#!/usr/bin/env python3
import auto_blob_saver
import asyncio

if __name__ == "__main__":
    asyncio.run(auto_blob_saver.main())
