PILServ/pilserv.py

8 lines
86 B
Python
Raw Normal View History

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