1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-23 19:44:20 +00:00
royalnet/royalnet/__init__.py

3 lines
170 B
Python

from . import audio, bots, commands, packs, database, utils, error, web, version
__all__ = ["audio", "bots", "commands", "database", "utils", "error", "web", "version"]