Files

5 lines
61 B
Python
Raw Permalink Normal View History

2025-10-25 18:42:49 +05:00
from calc import menu
if __name__ == "__main__":
menu()