1
0

fix: fix shit

This commit is contained in:
2026-01-20 09:24:03 +08:00
parent 8f1b7cc196
commit 802c258a99
3 changed files with 6 additions and 1 deletions

View File

@@ -12,7 +12,8 @@ mod blctas {
#[pymodule(submodule)]
/// Provides functionality for handling Ballance TAS files loading, saving and editing.
mod tasfile {
use pyo3::{exceptions::PyRuntimeError, prelude::*};
use pyo3::prelude::*;
use pyo3::exceptions::PyRuntimeError;
use crate::wrapped::tasfile::{
Error as RsTasError, TasFile as RsTasFile, TasFrame as RsTasFrame, TasKey as RsTasKey
};