Coverage for src/pydantic_typer/__init__.py: 100%

2 statements  

« prev     ^ index     » next       coverage.py v7.6.0, created at 2024-08-01 16:55 +0200

1from pydantic_typer.main import PydanticTyper, enable_pydantic, enable_pydantic_type_validation 

2 

3__all__ = "PydanticTyper", "enable_pydantic", "enable_pydantic_type_validation"