TSNDep/tsndep/CLI.py

15 lines
579 B
Python
Raw Permalink Normal View History

2026-04-25 10:54:00 -05:00
#+------------------------------------------------------------------+
#| Imports |
#+------------------------------------------------------------------+
from .Comands.Gestion import *
from .Comands.Consultas import *
from .Comands.Setup import *
#+------------------------------------------------------------------+
#| Entry Point |
#+------------------------------------------------------------------+
def main():
tsndep()
if __name__ == '__main__':
tsndep()