1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-01-10 20:15:28 +00:00
pyhOn/pyhon/__init__.py
2023-04-10 06:45:56 +02:00

5 lines
85 B
Python

from .connection.api import HonAPI
from .hon import Hon
__all__ = ["Hon", "HonAPI"]