Browse Source

rename the configuration names

Sven Czarnian 3 years ago
parent
commit
b3b5b3e547
1 changed files with 1 additions and 1 deletions
  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
 from aman.config.Server import Server
 
 
-class Configuration:
+class System:
     def __init__(self, filepath : str):
     def __init__(self, filepath : str):
         config = configparser.ConfigParser()
         config = configparser.ConfigParser()
         config.read(filepath)
         config.read(filepath)