1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-04-26 16:37:15 +08:00
Files

8 lines
201 B
Python
Raw Permalink Normal View History

2024-06-05 23:20:28 +08:00
from module.base.base import ModuleBase
class DaemonBase(ModuleBase):
def __init__(self, *args, **kwargs):
super().__init__(*args, **kwargs)
self.device.disable_stuck_detection()