mirror of
https://git.zavage.net/Zavage-Software/smileyface.git
synced 2024-12-22 12:49:20 -07:00
5 lines
64 B
Python
5 lines
64 B
Python
|
#!/usr/bin/env python
|
||
|
import smileyface
|
||
|
smileyface.start_app()
|
||
|
|