Browse Source

aaaaaaaaaaaaaaaa

NandHyf 1 year ago
parent
commit
f3f9018b29
2 changed files with 4 additions and 3 deletions
  1. 2 2
      Controller.py
  2. 2 1
      Stateful.py

+ 2 - 2
Controller.py

@@ -1,6 +1,6 @@
 # @author: nandHyf
 
-import Stateful
+import Stateful, View
 
 
 class client():
@@ -19,4 +19,4 @@ class client():
 
 if __name__ == "__main__":
     
-    order = input()
+    app = input()

+ 2 - 1
Stateful.py

@@ -20,13 +20,14 @@ class Trigger():
 class WithTxt():
     pass
     
+    
 class WithToml():
     pass
 
+
 class WithSqlite3():
     def __init__():
         pass    
-
     
     def list_():
         pass