Changing folders names and adding more concrete classes of controllers and viewers

This commit is contained in:
Rafael Vargas
2022-03-22 17:39:09 -04:00
parent 14705569c1
commit 2240c7535a
27 changed files with 488 additions and 188 deletions

View File

@@ -1,5 +1,5 @@
from config.Singleton import Singleton
from config.Config import Config
from Config.Singleton import Singleton
from Config.Config import Config
class Helper(Singleton):