#!/usr/bin/python3

import sys

from pskc.scripts.pskc2csv import main


if __name__ == "__main__":
    sys.exit(main())
