mirror of
https://github.com/0O0o0oOoO00/Alas.git
synced 2026-05-14 14:19:25 +08:00
5 lines
119 B
Python
5 lines
119 B
Python
from module.guild.base import GuildBase
|
|
|
|
class GuildOperations(GuildBase):
|
|
def guild_operations(self):
|
|
pass |