golden hour
/opt/alt/python37/lib/python3.7/site-packages/alembic/operations
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
166 B
Del
OK
__pycache__
-
Del
OK
base.py
16.11 KB
Del
OK
batch.py
10.85 KB
Del
OK
ops.py
70.95 KB
Del
OK
schemaobj.py
5.7 KB
Del
OK
toimpl.py
4.76 KB
Del
OK
Edit: __init__.py
from .base import Operations, BatchOperations from .ops import MigrateOperation from . import toimpl __all__ = ['Operations', 'BatchOperations', 'MigrateOperation']
Save