1
0

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

This commit is contained in:
2025-10-02 00:40:41 +08:00
parent c1007ba787
commit 1253a7a971
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"