mirror of
https://github.com/inventree/InvenTree.git
synced 2025-06-17 20:45:44 +00:00
doc
This commit is contained in:
@ -48,5 +48,8 @@ def get_plugins(pkg, baseclass):
|
||||
|
||||
|
||||
def load_barcode_plugins():
|
||||
"""
|
||||
Return a list of all registered barcode plugins
|
||||
"""
|
||||
|
||||
return get_plugins(barcode, BarcodePlugin)
|
||||
|
Reference in New Issue
Block a user