mirror of
https://github.com/RYGhub/royalnet.git
synced 2024-11-26 21:14:19 +00:00
🐛 Fix __all__ in teleporter
This commit is contained in:
parent
cbfc97d15d
commit
1b093cd861
1 changed files with 1 additions and 1 deletions
|
@ -235,5 +235,5 @@ class Teleporter:
|
||||||
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
"Teleporter"
|
"Teleporter",
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue