aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/python/Twisted/py3/twisted/enterprise/__init__.py
blob: 55d809aefcb6b90fc2f0bb67c1bc1147af8b8201 (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"]