__init__.py 99 B

1234
  1. from .diagnostic import Diagnostic
  2. from .factory import create
  3. __all__ = ["Diagnostic", "create"]