D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
usr
/
lib
/
rads
/
venv
/
lib
/
python3.13
/
site-packages
/
netaddr
/
tests
/
Filename :
__init__.py
back
Copy
import sys # Yeah it's a private API; this is only test code though, not much risk there. from packaging._musllinux import _get_musl_version IS_MUSL = _get_musl_version(sys.executable) is not None