11 lines
No EOL
316 B
Python
11 lines
No EOL
316 B
Python
#+------------------------------------------------------------------+
|
|
#| Entry Point |
|
|
#+------------------------------------------------------------------+
|
|
|
|
from Src.Comands.Defines import tsndep
|
|
|
|
def main():
|
|
tsndep()
|
|
|
|
if __name__ == '__main__':
|
|
tsndep() |