python/aiovieter/__init__.py

4 lines
49 B
Python
Raw Permalink Normal View History

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