wip
This commit is contained in:
parent
4be274d9e2
commit
c238b9d757
21 changed files with 219 additions and 184 deletions
|
|
@ -1,10 +1,11 @@
|
|||
from typing import Union
|
||||
|
||||
from fastapi import FastAPI
|
||||
|
||||
import httpx
|
||||
|
||||
from learn_sql_model.console import console
|
||||
from learn_sql_model.models import Hero, Pet
|
||||
from learn_sql_model.models.hero import Hero
|
||||
from learn_sql_model.models.pet import Pet
|
||||
|
||||
models = Union[Hero, Pet]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue