添加规划计算器实用程序, 并添加 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,2 +1,3 @@
#!/usr/bin/env python3
ver = "0.3.7"
stage = "prototype"