pfxposter/pfxposter/__main__.py

6 lines
90 B
Python

#!/usr/bin/env python3
from . import poster
if __name__ == "__main__":
poster.main()