mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 19:18:21 +00:00
9 lines
162 B
Python
9 lines
162 B
Python
# Copyright (c) Twisted Matrix Laboratories.
|
|
# See LICENSE for details.
|
|
|
|
"""
|
|
Twisted Enterprise: Database support for Twisted services.
|
|
"""
|
|
|
|
__all__ = ['adbapi']
|