summaryrefslogtreecommitdiff
path: root/lib/sqlalchemy/__init__.py
blob: bdd3604de9801a5b0074253b453e32cdb1b98c40 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# __init__.py
# Copyright (C) 2005, 2006, 2007 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

from sqlalchemy.types import *
from sqlalchemy.sql import *
from sqlalchemy.schema import *
from sqlalchemy.engine import create_engine, engine_from_config


__version__ = 'svn'