py2erg 0.0.1

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

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