mirror of
https://github.com/RYGhub/royalnet.git
synced 2025-04-02 13:20:31 +00:00
5 lines
183 B
Python
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"]
|