Skeleton for autostorage extension
This commit is contained in:
parent
356ff3336b
commit
7209700343
3 changed files with 40 additions and 1 deletions
|
|
@ -4,6 +4,7 @@ import traceback
|
|||
from .autofocus import autofocus_extension_v2
|
||||
from .scan import scan_extension_v2
|
||||
from .zip_builder import zip_extension_v2
|
||||
from .autostorage import autostorage_extension_v2
|
||||
|
||||
# "Gracefully" handle cases where picamera cannot be imported (eg test server)
|
||||
try:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue