ApplicantPortal/scripts/check_py_dev.py

7 lines
125 B
Python
Raw Permalink Normal View History

2025-03-13 02:43:26 +00:00
from distutils.sysconfig import get_makefile_filename as m
from os.path import isfile
import sys
sys.exit(not isfile(m()))