1
0
mirror of https://github.com/jtgans/g13gui.git synced 2025-07-08 17:07:26 -04:00
g13gui/bin/g13-clock
2021-05-23 13:13:05 -05:00

5 lines
80 B
Python
Executable File

#!/usr/bin/env python3
import g13gui.applets.clock
g13gui.applets.clock.main()