python (3.11.7)

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