photoboite/photoboite.py

7 lines
106 B
Python
Raw Normal View History

2017-09-28 23:16:08 +02:00
#!/usr/bin/env python3
2017-09-21 11:38:03 +02:00
2017-09-30 21:49:20 +02:00
import io, os, sys, time, pygame
2018-08-27 15:11:20 +02:00
import photoboite
2017-09-21 11:38:03 +02:00
2018-08-27 15:11:20 +02:00
photoboite.Photoboite().run()