/
opt
/
imunify360
/
venv
/
lib64
/
python3.11
/
site-packages
/
peewee_migrate
/
Upload File
HOME
"""Support migrations for Peewee ORM.""" from __future__ import annotations from .router import Migrator, Router __all__ = "Migrator", "Router"