mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-03-04 06:31:33 +08:00
4 lines
70 B
Python
4 lines
70 B
Python
|
import platform
|
||
|
|
||
|
is_pypy = platform.python_implementation() == 'PyPy'
|