# this does not work
$ python
Python 3.10.12 (main, Jun 23 2023, 11:49:23) [Clang 11.1.0 ] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import mayalabs
/Users/tirthjain/src/maya/venv/bin/python: can't find '__main__' module in '/Users/tirthjain/src/maya/'
$ # this works
$ echo 'import mayalabs' > one.py && python one.py