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