mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-12-08 06:05:14 -05:00
7 lines
84 B
Python
7 lines
84 B
Python
#!/usr/bin/env python
|
|
|
|
import asyncio
|
|
import autosync
|
|
|
|
asyncio.run(autosync.main())
|