mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-11-01 02:57:10 -04:00
7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/env python
|
|
|
|
import asyncio
|
|
import autosync
|
|
|
|
asyncio.run(autosync.main())
|