mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2024-12-21 07:11:52 +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",
|
|
)
|