chezahuynya1/main.py

7 lines
95 B
Python

from app.menu_load import menu
if __name__ == "__main__":
mn = menu()
mn.main_menu()