one models for testing

This commit is contained in:
Waylon Walker 2023-04-28 21:13:46 -05:00
parent ab0cd3e664
commit 0d5771fd57
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4
3 changed files with 2 additions and 96 deletions

View file

@ -6,8 +6,8 @@ SPDX-License-Identifier: MIT
"""
import typer
from examples.models import Person
from pydantic_typer import expand_pydantic_args
from tests.models import Person
app = typer.Typer(
name="pydantic_typer",