5 lines
77 B
Python
5 lines
77 B
Python
from .network import Network
|
|
|
|
|
|
def setup(bot):
|
|
bot.add_cog(Network(bot))
|