Initialize dev environment

This commit is contained in:
2026-02-19 17:13:22 +08:00
parent f3220d8eb0
commit 65b9bfa5e7
18 changed files with 1081 additions and 7 deletions

7
manage.py Normal file
View File

@@ -0,0 +1,7 @@
import sys
def main():
pass
if __name__ == "__main__":
main()