Skip to content

Commit c8385f4

Browse files
committed
D¤TSNA | Fix odd DocString
1 parent ea88d46 commit c8385f4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

TSN_Abstracter/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
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.
55
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.
66
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.
810
911
### Available Modules:
1012
- App

0 commit comments

Comments
 (0)