Skeleton for autostorage extension

This commit is contained in:
Joel Collins 2020-02-18 11:40:14 +00:00
parent 356ff3336b
commit 7209700343
3 changed files with 40 additions and 1 deletions

View file

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