#!/usr/bin/python3
import sys
sys.path=["/usr/share/scolasync"]+sys.path

import scolasync

scolasync.run()
