mirror of
https://github.com/sui-feng-cb/AzurLaneAutoScript1.git
synced 2026-06-14 22:00:01 +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