14 lines
No EOL
631 B
Python
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'] |