Projects
/
mdb-ng
Archived
4
0
Fork 0
This repository has been archived on 2024-07-04. You can view files and clone it, but cannot push or open issues or pull requests.
mdb-ng/lib/mdb/__init__.py

15 lines
129 B
Python

#
# $Id$
#
#
# import the interface
#
from db import connect, disconnect
#
# import the different submodules
#
import db, rcs