mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 07:08:04 +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 |