python/aiovieter/__init__.py

4 lines
47 B
Python
Raw Normal View History

2022-05-31 08:47:25 +02:00
from .vieter import Vieter
__all__ = "Vieter"