1
0

feat: add build notes and fix build issue for sonnet

This commit is contained in:
2026-01-19 10:14:53 +08:00
parent 85fc2ad3ce
commit 87e6c63aae
3 changed files with 13 additions and 2 deletions

View File

@@ -2,7 +2,13 @@ use pyo3::prelude::*;
pub(crate) mod wrapped;
#[pymodule]
#[pymodule(name = "_blctas")]
mod blctas {
#[pymodule_export]
use super::tasfile;
}
#[pymodule(submodule)]
mod tasfile {
use pyo3::{exceptions::PyRuntimeError, prelude::*};
use crate::wrapped::tasfile::{