feat: create class that generates pieces

This commit is contained in:
Giovani
2021-06-03 22:39:27 -04:00
parent 2812d8a3bd
commit c10eea639d
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 = []