1
0

feat: finish sonnet tas file rw functions

This commit is contained in:
2026-01-18 20:39:47 +08:00
parent 49940b43d5
commit c42305c8d2
9 changed files with 386 additions and 320 deletions

View File

@@ -1,11 +1,9 @@
use pyo3::prelude::*;
pub(crate) mod utils;
pub(crate) mod tasfile;
pub(crate) mod wrapped;
/// A Python module implemented in Rust.
#[pymodule]
mod BallanceTasSonnet {
mod tasfile {
use pyo3::prelude::*;
/// Formats the sum of two numbers as string.