OP-2765 - merge develop

This commit is contained in:
Petr Kalis 2022-03-10 14:36:51 +01:00
commit 8360ab0c0d
114 changed files with 2249 additions and 414 deletions

View file

@ -5,7 +5,10 @@ from .create import (
Creator,
AutoCreator,
CreatedInstance,
CreatorError
CreatorError,
LegacyCreator,
legacy_create,
)
from .publish import (
@ -25,6 +28,12 @@ __all__ = (
"CreatedInstance",
"CreatorError",
"CreatorError",
# Legacy creation
"LegacyCreator",
"legacy_create",
"PublishValidationError",
"PublishXmlValidationError",
"KnownPublishError",