We should have just one simple Python API, and I think it should go via `lpython`. So: ```python import lpython @lpython.jit def f(..) ... ``` and ```python from lpython import i32, f64, Pointer, ... ``` Similar to `numpy.int32`.