Browse Source

- Exception的命名改为 -> Alt, 更贴合实际意义(异常处理以及语言替换)

nandHyf 1 year ago
parent
commit
b846fea7b7
3 changed files with 2 additions and 2 deletions
  1. 0 0
      Alt.py
  2. 1 1
      Controller.py
  3. 1 1
      Stateful.py

+ 0 - 0
Exceptions.py → Alt.py


+ 1 - 1
Controller.py

@@ -1,4 +1,4 @@
-import Exceptions
+import Alt
 import Stateful
 import Stateful
 
 
 
 

+ 1 - 1
Stateful.py

@@ -1,4 +1,4 @@
-import Exceptions
+import Alt
 import base64, datetime
 import base64, datetime
 import tomlkit, sqlite3
 import tomlkit, sqlite3