1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-04-28 14:32:26 +00:00
bramw_baserow/backend/flake8_plugins/flake8_baserow/__init__.py
2025-02-27 11:02:46 +00:00

4 lines
148 B
Python

from .docstring import Plugin as DocstringPlugin
from .psycopg import BaserowPsycopgChecker
__all__ = ["DocstringPlugin", "BaserowPsycopgChecker"]