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