mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-12-15 13:59:20 +00:00
4 lines
70 B
Python
4 lines
70 B
Python
import platform
|
|
|
|
is_pypy = platform.python_implementation() == 'PyPy'
|