|
@@ -123,6 +123,7 @@ def PackHandler(app_commands):
|
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
|
+
|
|
|
a_c = ['/', 'test.db', 'sqlite3']
|
|
|
a_c1 = ['add', 'board', 'testBoardName', 'test.db', 'sqlite3']
|
|
|
a_c2 = ['edit', 'board', 't_boardName', 'to', 't_newBoardName', 'test.db', 'sqlite3']
|