aboutsummaryrefslogtreecommitdiff
path: root/pylint/reporters/ureports/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'pylint/reporters/ureports/__init__.py')
-rw-r--r--pylint/reporters/ureports/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/pylint/reporters/ureports/__init__.py b/pylint/reporters/ureports/__init__.py
new file mode 100644
index 000000000..29bc85d89
--- /dev/null
+++ b/pylint/reporters/ureports/__init__.py
@@ -0,0 +1,6 @@
+# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
+# For details: https://github.com/PyCQA/pylint/blob/main/LICENSE
+
+__all__ = ("BaseWriter",)
+
+from pylint.reporters.ureports.base_writer import BaseWriter