pfxposter/pfxposter/__init__.py

8 lines
74 B
Python
Raw Normal View History

2020-08-24 10:52:30 +02:00
#!/usr/bin/env python3
from .pfxposter import *
2020-08-24 11:17:21 +02:00
__version__ = '0.1.0'
2020-08-24 10:52:30 +02:00