1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2025-04-02 13:20:31 +00:00
royalnet/royalnet/__init__.py

5 lines
183 B
Python

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