制定完了基础逻辑框架,下一步就是完善基本逻辑

This commit is contained in:
2026-02-01 08:23:19 +08:00
parent d5433e03da
commit ec6d59dc5d
7 changed files with 67 additions and 0 deletions

3
windows/command/help.py Normal file
View File

@@ -0,0 +1,3 @@
print("dir", "{:8}选择你需要存放数据库的位置".format(" "))
print("list", "{:7}查看你需要存放数据库的位置".format(" "))
print("init", "{:7}初始化数据库配置".format(" "))