1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-03-22 08:45:42 +08:00
2022-10-23 15:41:52 +08:00

4 lines
70 B
Python
Vendored

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