adding initial boilerplates

This commit is contained in:
2019-11-29 02:29:44 +00:00
parent 79cc65825a
commit 88e3a5bb6e
26 changed files with 1136 additions and 2 deletions

View File

@@ -0,0 +1,5 @@
Config will create a config class to store variables from a `config.toml` or from environment variables.
Library contains utility functions:
- @export exports modules in an `__init__.py` by adding to `__all__`
- set_config() allows variables to be set on the config class