◐ Shell
clean mode source ↗

How can I load extern py file inside bpython session

I can use bpython -p test.py to load the test.py file into the bpython session then use the functions in the file, but how can I load the external python file into the current bpython session like %load /path/test/py of ipython?