// SYSTEM PANEL //
[ROOT]
/
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
peewee_migrate
[ PARENT ]
EDIT :: __init__.py
"""Support migrations for Peewee ORM.""" from __future__ import annotations from .router import Migrator, Router __all__ = "Migrator", "Router"
SAVE
CANCEL