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