Coverage for src/paperap/models/mixins/models.py: 100%
5 statements
« prev ^ index » next coverage.py v7.6.12, created at 2025-03-12 23:40 -0400
« prev ^ index » next coverage.py v7.6.12, created at 2025-03-12 23:40 -0400
1"""
5----------------------------------------------------------------------------
7METADATA:
9File: models.py
10 Project: paperap
11Created: 2025-03-09
12 Version: 0.0.5
13Author: Jess Mann
14Email: jess@jmann.me
15 Copyright (c) 2025 Jess Mann
17----------------------------------------------------------------------------
19LAST MODIFIED:
212025-03-09 By Jess Mann
23"""
25from __future__ import annotations
28class MatcherMixin:
29 match: str | None = None
30 matching_algorithm: int | None = None
31 is_insensitive: bool