Explorar el Código

rename the configuration names

Sven Czarnian hace 3 años
padre
commit
b3b5b3e547
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)