mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 01:38:21 +08:00
Refactor: Move del_cached_property to module.base.decorator
This commit is contained in:
@@ -1,8 +1,7 @@
|
||||
import collections
|
||||
|
||||
from module.base.base import ModuleBase
|
||||
from module.base.decorator import Config, cached_property
|
||||
from module.base.resource import del_cached_property
|
||||
from module.base.decorator import Config, cached_property, del_cached_property
|
||||
from module.base.timer import Timer
|
||||
from module.base.utils import *
|
||||
from module.exception import CampaignNameError
|
||||
|
||||
Reference in New Issue
Block a user