2022-05-23 00:16:32 +04:00

4 lines
70 B
Python

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