mirror of
https://github.com/Ladebeze66/projetcbaollm.git
synced 2025-12-18 14:47:50 +01:00
8 lines
108 B
Python
Executable File
8 lines
108 B
Python
Executable File
from menu_principal import run_menu
|
|
|
|
def main():
|
|
|
|
run_menu()
|
|
|
|
if __name__ == "__main__":
|
|
main() |