/usr/lib/python3/dist-packages/crack.py is in python3-cracklib 2.9.2-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 | #
# wrapper script to provide the python-cracklib functionality with the
# module name of the older python-crack package
#
from cracklib import *
|