odte/odte/__init__.py
2020-06-12 22:45:58 +02:00

4 lines
43 B
Python

from .Odte import Odte
__all__ = ["Odte"]