Home
Manpages
About
(root)/
Python-3.12.0/
Lib/
dbm/
ndbm.py
1
"""
Provide the _dbm module as a dbm submodule.
"""
2
3
from
_dbm
import
*