This commit is contained in:
2025-10-25 18:42:49 +05:00
commit 17d24d3d64
28 changed files with 1129 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
from calc import menu
if __name__ == "__main__":
menu()