__init__.py 109 B

1234567
  1. from .test_annotations import *
  2. from .test_parts import *
  3. __all__ = [
  4. "AnnotationTest",
  5. "PartCropTest",
  6. ]