photoboite/photoboite.py

7 lines
106 B
Python
Executable File

#!/usr/bin/env python3
import io, os, sys, time, pygame
import photoboite
photoboite.Photoboite().run()