change some imports
Some checks failed
release / build (push) Failing after 22s
release / test (push) Has been skipped
lint / pre-commit (push) Has been cancelled
release / release (push) Has been cancelled

This commit is contained in:
Josh Thomas 2025-05-03 23:04:14 -05:00
parent 42c19e751d
commit eb5903822d
2 changed files with 1 additions and 3 deletions

View file

@ -1,4 +1,4 @@
pub mod serve;
mod serve;
use crate::args::Args;
use anyhow::Result;

View file

@ -6,8 +6,6 @@ use pyo3::prelude::*;
use std::env;
use std::process::ExitCode;
pub use cli::Cli;
#[pyfunction]
fn entrypoint(_py: Python) -> PyResult<()> {
// Skip python interpreter and script path, add command name