5 lines
64 B
Python
5 lines
64 B
Python
|
#!/usr/bin/env python
|
||
|
import smileyface
|
||
|
smileyface.start_app()
|
||
|
|