mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 06:18:21 +08:00
Opt: Migrate reward guild resources to own module
This commit is contained in:
5
module/guild/operations.py
Normal file
5
module/guild/operations.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from module.guild.base import GuildBase
|
||||
|
||||
class GuildOperations(GuildBase):
|
||||
def guild_operations(self):
|
||||
pass
|
||||
Reference in New Issue
Block a user