mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-02-17 10:53:57 +00:00
7 lines
258 B
Python
7 lines
258 B
Python
# This is a template Pack __init__. You can use this without changing anything in other packages too!
|
|
|
|
from .commands import available_commands
|
|
from .tables import available_tables
|
|
|
|
__all__ = ["commands", "tables", "available_commands", "available_tables"]
|
|
|