rework transformations to resolve circular dependencies

This commit is contained in:
2021-07-15 09:44:40 +02:00
parent 8ff57e9c8d
commit b70b5a6a67
11 changed files with 79 additions and 147 deletions

View File

@@ -1,3 +1 @@
from .channel_transformation import ChannelTransform, IdentityChannelTransform, ScaleRotateTranslateChannelTransform
from .round_transformation import RoundTransform, IdentityRoundTransform, ScaleRotateTranslateRoundTransform
from .transformation import Transform
from .transformation import Transform, IdentityTransform, ScaleRotateTranslateTransform