Staging
v0.8.1
Revision 4aed781eb44cedcb9e7c2dbea993f38625961d1e authored by Miss Skeleton (bot) on 20 October 2020, 15:01:56 UTC, committed by GitHub on 20 October 2020, 15:01:56 UTC
(cherry picked from commit 5b57fa69408c4856bf0ae02f2eaa3db1ef980ea6)

Co-authored-by: Tomer Cohen <tomer@users.noreply.github.com>
1 parent b249aea
Raw File
gnu.py
"""Provide the _gdbm module as a dbm submodule."""

from _gdbm import *
back to top