6 lines
110 B
Python
6 lines
110 B
Python
from .network import Network
|
|
from ...core.bot import Tux
|
|
|
|
|
|
def setup(bot: Tux):
|
|
bot.add_cog(Network(bot))
|