.. | |||||
__pycache__ | |||||
__init__.py | |||||
__main__.py | |||||
auto.py | |||||
cli.py | |||||
logs.py | |||||
migrator.py | |||||
models.py | |||||
py.typed | |||||
router.py | |||||
template.py | |||||
types.py |
"""Support migrations for Peewee ORM.""" from __future__ import annotations from .router import Migrator, Router __all__ = "Migrator", "Router"
.. | |||||
__pycache__ | |||||
__init__.py | |||||
__main__.py | |||||
auto.py | |||||
cli.py | |||||
logs.py | |||||
migrator.py | |||||
models.py | |||||
py.typed | |||||
router.py | |||||
template.py | |||||
types.py |