crwood / lafs

Least-Authority File Store utils
MIT License
1 stars 0 forks source link

Switch to pyo3's declarative module syntax #3

Closed crwood closed 3 months ago

crwood commented 3 months ago

Newer versions of pyo3 support a declarative syntax for organizing python (sub)modules that is more readable and less complex than the older imperative style. Consider switching to it in order to improve maintainability.