pub fn parse<'a>(input: &'a str, filename: &str) -> PyResult<Module>
Takes a string of bytes and returns the Python-tokenized version of it.