mirror of
https://github.com/dragoonDorise/EmuDeck.git
synced 2025-06-25 00:03:36 -04:00
6 lines
109 B
Python
6 lines
109 B
Python
from __future__ import annotations
|
|
|
|
from .cli import cli_detect
|
|
|
|
if __name__ == "__main__":
|
|
cli_detect()
|