refactor: move models.py into providers package
This commit is contained in:
parent
6a7de0d031
commit
6a80cfb78e
2 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ import typer
|
||||||
from bulkgen.builder import BuildEvent, BuildResult, run_build
|
from bulkgen.builder import BuildEvent, BuildResult, run_build
|
||||||
from bulkgen.config import ProjectConfig, load_config
|
from bulkgen.config import ProjectConfig, load_config
|
||||||
from bulkgen.graph import build_graph, get_build_order
|
from bulkgen.graph import build_graph, get_build_order
|
||||||
from bulkgen.models import ALL_MODELS
|
from bulkgen.providers.models import ALL_MODELS
|
||||||
|
|
||||||
app = typer.Typer(name="bulkgen", help="AI artifact build tool.")
|
app = typer.Typer(name="bulkgen", help="AI artifact build tool.")
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue