mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-25 10:17:15 +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 |