1
0

fix: fix what a shit

This commit is contained in:
2026-01-19 22:43:58 +08:00
parent b16c7508f0
commit 8f1b7cc196
12 changed files with 1346 additions and 54 deletions

View File

@@ -23,6 +23,14 @@ mod tasfile {
}
}
// Copied from GH#759
// #[pymodule_init]
// fn init(m: &Bound<'_, PyModule>) -> PyResult<()> {
// Python::attach(|py| {
// py.import("sys")?.getattr("modules")?.set_item("_blctas.tasfile", m)
// })
// }
#[pyclass(eq, eq_int)]
#[derive(Debug, Clone, Copy, PartialEq, Eq, PartialOrd, Ord, Hash)]
/// Represents the different keys that can be pressed in a TAS frame.