mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-11-20 16:19:19 +01:00
7 lines
100 B
Python
7 lines
100 B
Python
from .__main__ import cli_detect, query_yes_no
|
|
|
|
__all__ = (
|
|
"cli_detect",
|
|
"query_yes_no",
|
|
)
|