mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-31 05:05:42 +00:00 
			
		
		
		
	add import comment
This commit is contained in:
		| @@ -145,6 +145,8 @@ class MixinBase: | |||||||
| class IntegrationPluginBase(MixinBase, InvenTreePluginBase): | class IntegrationPluginBase(MixinBase, InvenTreePluginBase): | ||||||
|     """ |     """ | ||||||
|     The IntegrationPluginBase class is used to integrate with 3rd party software |     The IntegrationPluginBase class is used to integrate with 3rd party software | ||||||
|  |  | ||||||
|  |     DO NOT USE THIS DIRECTLY, USE plugin.IntegrationPluginBase | ||||||
|     """ |     """ | ||||||
|  |  | ||||||
|     AUTHOR = None |     AUTHOR = None | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user