3 lines
70 B
Python
3 lines
70 B
Python
import platform
|
|
|
|
is_pypy = platform.python_implementation() == 'PyPy'
|