xref: /third_party/python/Lib/dbm/gnu.py (revision 7db96d56)
1"""Provide the _gdbm module as a dbm submodule."""
2
3from _gdbm import *
4