mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
5 lines
62 B
Python
Executable File
5 lines
62 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
import g13gui.main
|
|
g13gui.main.main()
|