py2erg 0.0.4

A Python -> Erg converter
Documentation
1
2
3
4
5
6
mod convert;
mod error;
mod gen_decl;

pub use convert::*;
pub use gen_decl::*;