mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-14 03:51:09 +08:00
Dev: Fix code completion in ModuleBase
This commit is contained in:
@@ -6,6 +6,9 @@ from module.device.device import Device
|
|||||||
|
|
||||||
|
|
||||||
class ModuleBase:
|
class ModuleBase:
|
||||||
|
config: AzurLaneConfig
|
||||||
|
device: Device
|
||||||
|
|
||||||
def __init__(self, config, device=None):
|
def __init__(self, config, device=None):
|
||||||
"""
|
"""
|
||||||
Args:
|
Args:
|
||||||
|
|||||||
Reference in New Issue
Block a user