- make error mod public

This commit is contained in:
w.pomp
2025-09-26 18:17:34 +02:00
parent 56680d88f4
commit ff9d82d57f
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
#[cfg(feature = "python")]
mod py;
mod error;
pub mod error;
use chrono::Utc;
use colorcet::ColorMap;