python/aiovieter/__init__.py

4 lines
49 B
Python
Raw Normal View History

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