From 1da12fe5ff4345a1cb2b475d81ee4771b3009c0e Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 11 May 2022 12:45:40 +0200 Subject: [PATCH] add import comment --- InvenTree/plugin/plugin.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/InvenTree/plugin/plugin.py b/InvenTree/plugin/plugin.py index 6a1a147b5f..0f6b5d9675 100644 --- a/InvenTree/plugin/plugin.py +++ b/InvenTree/plugin/plugin.py @@ -145,6 +145,8 @@ class MixinBase: class IntegrationPluginBase(MixinBase, InvenTreePluginBase): """ The IntegrationPluginBase class is used to integrate with 3rd party software + + DO NOT USE THIS DIRECTLY, USE plugin.IntegrationPluginBase """ AUTHOR = None