TSNDep/Src/CLI.py

15 lines
588 B
Python
Raw Permalink Normal View History

2026-04-24 22:40:27 -05:00
#+------------------------------------------------------------------+
2026-04-25 06:51:23 -05:00
#| Imports |
2026-04-24 22:40:27 -05:00
#+------------------------------------------------------------------+
2026-04-25 06:51:23 -05:00
from Src.Comands.Gestion import *
from Src.Comands.Consultas import *
from Src.Comands.Setup import *
2026-04-24 22:40:27 -05:00
2026-04-25 06:51:23 -05:00
#+------------------------------------------------------------------+
#| Entry Point |
#+------------------------------------------------------------------+
2026-04-24 22:40:27 -05:00
def main():
tsndep()
if __name__ == '__main__':
tsndep()