Common: Export EventSerializerRegistry from __init__

This commit is contained in:
Ilija Lazoroski 2022-08-18 10:30:38 +02:00
parent a32d9359b0
commit e83503e65a
1 changed files with 1 additions and 0 deletions

View File

@ -1 +1,2 @@
from .i_event_serialize import IEventSerializer
from .event_serializer_registry import EventSerializerRegistry