mirror of
https://github.com/TheFunny/ArisuAutoSweeper
synced 2026-06-10 02:34:51 +00:00
Upload code
This commit is contained in:
@@ -0,0 +1,41 @@
|
||||
from module.config.config import AzurLaneConfig
|
||||
|
||||
"""
|
||||
Return default values, since submodules shouldn't have nested submodules
|
||||
"""
|
||||
|
||||
|
||||
def start_ocr_server_process(*args, **kwargs):
|
||||
pass
|
||||
|
||||
|
||||
def stop_ocr_server_process(*args, **kwargs):
|
||||
pass
|
||||
|
||||
|
||||
def load_config(config_name):
|
||||
return AzurLaneConfig(config_name, '')
|
||||
|
||||
|
||||
def get_config_mod(config_name):
|
||||
"""
|
||||
Args:
|
||||
config_name (str):
|
||||
"""
|
||||
return 'alas'
|
||||
|
||||
|
||||
def list_mod():
|
||||
return []
|
||||
|
||||
|
||||
def mod_instance():
|
||||
return []
|
||||
|
||||
|
||||
def init_discord_rpc():
|
||||
pass
|
||||
|
||||
|
||||
def close_discord_rpc():
|
||||
pass
|
||||
Reference in New Issue
Block a user