You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: TSN_Abstracter/__init__.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@
4
4
It was created during Kosaka's v2.X Versions and as its "Dependencies.py" file kept being ported over to other Python projects, TSNA was created to avoid sloppily copy pasting reused code and simplify the process of writing code.
5
5
You are entirely on your own for figuring out what TSNA does and what functions would be useful in your use case. TSNA was purposefully built to build programs for TSN, as such no feature requests will be accepted, unless they're contributing to the function of a TSN Service.
6
6
7
-
#### NOTICE: TSNA is only expected to be import fromed TSN_Abstracter from import *;` theory could work to just from import exactly need, but this hasn't been tested extensively.
7
+
#### NOTICE: TSNA is only expected to be imported with `from TSN_Abstracter import *;` first.
8
+
You can then import additional modules such as the TUI one with `from TSN_Abstracter import TUI;`.
9
+
We do not recommend importing TSNA in another way.
0 commit comments