rename the configuration names

Dieser Commit ist enthalten in:
Sven Czarnian
2021-09-02 19:35:02 +02:00
Ursprung 9c7d8db006
Commit b3b5b3e547

Datei anzeigen

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