When I run commands like ``` pip list ``` in the endplay project in directory /src/endplay/parsers I get this error: ``` AttributeError: partially initialized module 'json' has no attribute 'loads' (most likely due to a circular import) ``` renaming json.py to jasonx.py solves the problem.