mirror of
https://github.com/moraroy/NonSteamLaunchers-On-Steam-Deck.git
synced 2025-03-06 10:17:42 +01:00
5 lines
73 B
Python
5 lines
73 B
Python
from .cli import cli_detect
|
|
|
|
if __name__ == "__main__":
|
|
cli_detect()
|