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