添加规划计算器实用程序, 并添加 shebang 和一些优化

This commit is contained in:
2025-10-02 00:40:41 +08:00
parent cb062788a7
commit 4da80d26a3
12 changed files with 73 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#!/usr/bin/env python3
from webshare import server
server = server.Server("python3 main.py", title="辅助记忆程序", host="0.0.0.0")
server.serve()