1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-03-26 18:10:31 +00:00
royalnet/royalnet/packs/common/__init__.py

7 lines
288 B
Python

# This is a template Pack __init__. You can use this without changing anything in other packages too!
from . import commands, tables
from .commands import available_commands
from .tables import available_tables
__all__ = ["commands", "tables", "available_commands", "available_tables"]