File size: 78 Bytes
7765906
 
 
 
 
1
2
3
4
5
6
"""Discord bot package."""

from .discord_bot import main

__all__ = ["main"]