Automatically register all extensions in the extension directory (without explicit init import)

This commit is contained in:
jtc42 2020-01-05 20:02:22 +00:00
parent 7888d97220
commit 585633020b
4 changed files with 33 additions and 13 deletions

View file

@ -0,0 +1,3 @@
from .autofocus import autofocus_extension_v2
from .scan import scan_extension_v2
from .zip_builder import zip_extension_v2