feat: create class that generates pieces

This commit is contained in:
2021-06-03 22:39:27 -04:00
parent f31a4f5017
commit 1962a0b838
4 changed files with 69 additions and 36 deletions

View File

@@ -2,6 +2,7 @@ import yaml
CONFIG_FILE_LOCATION = "config.yaml"
# TODO add getter for configuration?
class ConfigurationManager:
configuration = []