Quellcode durchsuchen

rename the configuration names

Sven Czarnian vor 3 Jahren
Ursprung
Commit
b3b5b3e547
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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)