1
0
Fork 0
mirror of https://gitlab.com/bramw/baserow.git synced 2025-01-30 18:36:29 +00:00
bramw_baserow/backend/flake8_plugins/flake8_baserow/__init__.py

3 lines
80 B
Python

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