소스 검색

rename the configuration names

Sven Czarnian 3 년 전
부모
커밋
b3b5b3e547
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      aman/config/Configuration.py

+ 1 - 1
aman/config/Configuration.py

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