minor cleanup

This commit is contained in:
2025-12-31 11:21:57 -05:00
parent b8475a12ad
commit 42a09e8b0f
3 changed files with 6 additions and 4 deletions

View File

@@ -1 +0,0 @@
pub use api_core::data_type::*;

View File

@@ -1 +0,0 @@
pub use api_core::data_value::*;

View File

@@ -1,6 +1,10 @@
pub mod client; pub mod client;
pub mod data_type; pub mod data_type {
pub mod data_value; pub use api_core::data_type::*;
}
pub mod data_value {
pub use api_core::data_value::*;
}
pub mod messages; pub mod messages;
pub mod macros { pub mod macros {