#!/usr/bin/env python3

from syri.scripts.chroder import main
import sys
if __name__ == '__main__':
    main(sys.argv[1:])
