Closes #33.
Since the `Python` token no longer is a part of `PyObject`, lots of methods now require the token as additional argument. This [breaking-change] breaks everything!
py_func!(py, f)
py_fn(f)
Highly incomplete initial version.