Kyoo/autosync/autosync/__main__.py

7 lines
84 B
Python

#!/usr/bin/env python
import asyncio
import autosync
asyncio.run(autosync.main())