aboutsummaryrefslogtreecommitdiffstats
path: root/fg21sim/configs/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* Add custom configuration checkers.Aaron LI2016-10-031-0/+1
| | | | | These additional checker functions validate the required configs whether provided by the user config file, as well as against necessary contexts.
* Implement the basic ConfigManger()Aaron LI2016-09-271-0/+6
This is very basic at the moment, and needs many improvements. Thanks: https://github.com/pazz/alot TODO: Add config specifications with default values