creeper-adventure/.venv/lib/python3.8/site-packages/parso/_compatibility.py
2022-03-31 20:20:07 -05:00

3 lines
70 B
Python

import platform
is_pypy = platform.python_implementation() == 'PyPy'