PILServ/pilserv.py

8 lines
86 B
Python

#!/usr/bin/env python
import PILServ
if __name__ == '__main__':
PILServ.main()