rename the configuration names

This commit is contained in:
Sven Czarnian
2021-09-02 19:35:02 +02:00
vanhempi 9c7d8db006
commit b3b5b3e547

Näytä tiedosto

@@ -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)