TSNDep/Src/CLI.py
2026-04-24 22:40:27 -05:00

11 lines
No EOL
316 B
Python

#+------------------------------------------------------------------+
#| Entry Point |
#+------------------------------------------------------------------+
from Src.Comands.Defines import tsndep
def main():
tsndep()
if __name__ == '__main__':
tsndep()