bars-icloud-drive/main.py

5 lines
65 B
Python

from src import sync
if __name__ == "__main__":
sync.sync()