mirror of
https://github.com/python/cpython
synced 2024-11-05 18:12:54 +00:00
3 lines
70 B
Python
3 lines
70 B
Python
"""Provide the _dbm module as a dbm submodule."""
|
|
|
|
from _dbm import *
|