mirror of
https://github.com/LmeSzinc/StarRailCopilot.git
synced 2024-11-16 06:25:24 +00:00
7 lines
107 B
Python
7 lines
107 B
Python
def get_available_func():
|
|
return (
|
|
'Daemon',
|
|
'Benchmark',
|
|
'PlannerScan',
|
|
)
|