添加依赖版本控制

This commit is contained in:
geeker
2026-09-19 18:16:15 +08:00
parent bcad576e90
commit d9a41a8738
3 changed files with 65 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
def main():
print("Hello from student-manage-system!")
if __name__ == "__main__":
main()