chore: initial draft of proc macros
This commit is contained in:
@@ -7,6 +7,8 @@ use pyo3::{
|
||||
};
|
||||
use snafu::{ResultExt, Snafu};
|
||||
|
||||
pub use python_utils_macros::PyFromStr;
|
||||
|
||||
pub mod none;
|
||||
pub use none::IsNone;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user