Coverage for sqlalchemy_crud_plus\__init__.py: 100%
3 statements
« prev ^ index » next coverage.py v7.11.1, created at 2025-11-26 11:02 +0800
« prev ^ index » next coverage.py v7.11.1, created at 2025-11-26 11:02 +0800
1#!/usr/bin/env python3
2# -*- coding: utf-8 -*-
3from .crud import CRUDPlus as CRUDPlus
4from .types import JoinConfig as JoinConfig
6__version__ = '1.13.1'