add import comment

This commit is contained in:
Matthias 2022-05-11 12:45:40 +02:00
parent 18ad87433e
commit 1da12fe5ff
No known key found for this signature in database
GPG Key ID: AB6D0E6C4CB65093

View File

@ -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