blob: 45d6e2cbc736189eeaccad0afe0fe67ce38b4ddb (
plain)
1
2
3
4
5
6
7
8
|
# __init__.py
# Copyright (C) 2005,2006 Michael Bayer mike_mp@zzzcomputing.com
#
# This module is part of SQLAlchemy and is released under
# the MIT License: http://www.opensource.org/licenses/mit-license.php
__all__ = ['oracle', 'postgres', 'sqlite', 'mysql', 'mssql', 'firebird']
|