mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-11 23:18:22 +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:
|
||||
config: AzurLaneConfig
|
||||
device: Device
|
||||
|
||||
def __init__(self, config, device=None):
|
||||
"""
|
||||
Args:
|
||||
|
||||
Reference in New Issue
Block a user