소스 검색

添加了关于C和VM的指引说明

nandHyf 1 년 전
부모
커밋
204f07ebdc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Stateful.py

+ 1 - 1
Stateful.py

@@ -1,7 +1,7 @@
 # @author:hyf
 import sqlite3, tomlkit
 
-# -----
+# ----- "Controller" part which can be separate into "Controller.py" if there are too many codes to handle the statements ------
 class UserCommand:
     def __init__(self, obj, command) -> None:
         self.focusMode = False