aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py2/twisted/enterprise/__init__.py
blob: 03f17ceaeaef75e19aabbe6cd29bd303371650ca (plain) (blame)
1
2
3
4
5
6
7
8
# Copyright (c) Twisted Matrix Laboratories.
# See LICENSE for details.

"""
Twisted Enterprise: Database support for Twisted services.
"""

__all__ = ['adbapi']