Skip to content

Commit

Permalink
Document that only the manager is to be used directly
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Oct 17, 2023
1 parent d7ccd9b commit 73fd612
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/zinolib/controllers/zino1.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@
Both return the changed event.
The adapters are not meant to be used directly.
"""

from datetime import datetime, timezone
Expand All @@ -56,6 +57,11 @@
from ..ritz import ProtocolError


__all__ = [
'Zino1EventManager',
]


HistoryDict = TypedDict(
"HistoryDict",
{"date": datetime, "user": str, "log": str},
Expand Down

0 comments on commit 73fd612

Please sign in to comment.