TSNDep/tsndep/CLI.py
2026-04-25 10:54:00 -05:00

15 lines
No EOL
579 B
Python

#+------------------------------------------------------------------+
#| Imports |
#+------------------------------------------------------------------+
from .Comands.Gestion import *
from .Comands.Consultas import *
from .Comands.Setup import *
#+------------------------------------------------------------------+
#| Entry Point |
#+------------------------------------------------------------------+
def main():
tsndep()
if __name__ == '__main__':
tsndep()