python (3.12.0)

(root)/
lib/
python3.12/
dbm/
ndbm.py
       1  """Provide the _dbm module as a dbm submodule."""
       2  
       3  from _dbm import *