Source code for pi_portal.commands.cron_videos
"""CLI command to archive all recorded videos."""
from pi_portal.modules.integrations.s3 import video_upload_cron
from .bases import command
from .mixins import state
"""CLI command to archive all recorded videos."""
from pi_portal.modules.integrations.s3 import video_upload_cron
from .bases import command
from .mixins import state