mirror of
https://github.com/Ladebeze66/odoo_toolkit.git
synced 2025-12-13 12:36:52 +01:00
8 lines
108 B
Python
8 lines
108 B
Python
from menu_principal import run_menu
|
|
|
|
def main():
|
|
|
|
run_menu()
|
|
|
|
if __name__ == "__main__":
|
|
main() |