1
0
mirror of https://github.com/Andre0512/pyhOn.git synced 2025-12-03 21:44:55 +02:00
Files
pyhOn/pyhon/__init__.py

5 lines
85 B
Python
Raw Normal View History

2023-04-09 18:13:50 +02:00
from .connection.api import HonAPI
2023-04-09 23:47:33 +02:00
from .hon import Hon
__all__ = ["Hon", "HonAPI"]