summaryrefslogtreecommitdiff
path: root/alembic/__init__.py
blob: 5f414fb0d445bd9d208cba8caf6aff6a60489e24 (plain)
1
2
3
4
5
6
7
8
9
from os import path

__version__ = '0.7.5.post2'

package_dir = path.abspath(path.dirname(__file__))


from . import op  # noqa
from . import context  # noqa