Skip to content

Commit

Permalink
Update core.py
Browse files Browse the repository at this point in the history
  • Loading branch information
zpriddy committed Apr 16, 2020
1 parent c9fadca commit edc71ea
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions src/glados/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,24 @@ def __init__(
):
"""Glados is the core of the GLaDOS package.
Attributes
----------
config_file
path to config file
plugins_folder
path to plugins folder
bots_config_dir
path to bots config folder
plugins_config_dir
path to plugin config folder.
Notes
-----
If ``config_file`` is passed in and the file has ``plugins_folder``,
``bots_config_dir``, ``plugins_config_dir`` in it , then the other
parameters are not required
"""
Parameters
----------
config_file
path to config file
plugins_folder
path to plugins folder
bots_config_dir
path to bots config folder
plugins_config_dir
path to plugin config folder.
Notes
-----
If ``config_file`` is passed in and the file has ``plugins_folder``,
``bots_config_dir``, ``plugins_config_dir`` in it , then the other
parameters are not required
"""

self.router = GladosRouter()
self.plugins = list() # type: List[GladosPlugin]
Expand Down

0 comments on commit edc71ea

Please sign in to comment.