StarRailCopilot/module/webui/submodule/utils.py

7 lines
107 B
Python

def get_available_func():
return (
'Daemon',
'Benchmark',
'PlannerScan',
)