1
0
Fork 0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-05-29 05:55:25 -04:00
pyhOn/pyhon/__init__.py
2023-04-10 06:45:56 +02:00

4 lines
85 B
Python

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