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

14 lines
No EOL
631 B
Python

#+------------------------------------------------------------------+
#| Metadata |
#+------------------------------------------------------------------+
__version__ = "1.0.0"
__author__ = "TradeSystemsNique"
__license__ = "Niquel & Leo NL-NC License"
__copyright__ = "Copyright 2026, TradeSystemsNique"
#+------------------------------------------------------------------+
#| Imports |
#+------------------------------------------------------------------+
from Src.Comands.Defines import tsndep
__all__ = ['tsndep']