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