rename the configuration names

这个提交包含在:
Sven Czarnian
2021-09-02 19:35:02 +02:00
父节点 9c7d8db006
当前提交 b3b5b3e547

查看文件

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