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