rename the configuration names

Esse commit está contido em:
Sven Czarnian
2021-09-02 19:35:02 +02:00
commit b3b5b3e547

Ver arquivo

@@ -5,7 +5,7 @@ import sys
from aman.config.Server import Server
class Configuration:
class System:
def __init__(self, filepath : str):
config = configparser.ConfigParser()
config.read(filepath)