HOME


Mini Shell 1.0
Negocios La Pieza.DO | Registrate o Inicia Sesión

Inicie Sesión en su Cuenta de Negocios

Olvidó Contraseña?
DIR: /proc/self/root/lib/python3.11/dbm/
Upload File :
Current File : //proc/self/root/lib/python3.11/dbm/gnu.py
"""Provide the _gdbm module as a dbm submodule."""

try:
    from _gdbm import *
except ImportError as msg:
    raise ImportError(str(msg) + ', please install the python3-gdbm package')