This repository has been archived on 2025-02-26. You can view files and clone it, but cannot push or open issues or pull requests.
szurubooru/server/szurubooru/search/typing.py
2024-04-19 08:43:40 -05:00

5 lines
102 B
Python

from typing import Any, Callable
SaColumn = Any
SaQuery = Any
SaQueryFactory = Callable[[], SaQuery]