#!/usr/bin/env python
import sys
from src

if __name__ == "__main__":
    src.main(sys.argv[1:])
