#!/usr/local/opt/python@3.8/bin/python3.8
import auto_blob_saver
import asyncio

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