4 lines
70 B
Python
Raw Normal View History

2024-09-25 20:22:46 +04:00
import platform
is_pypy = platform.python_implementation() == 'PyPy'