#!/usr/bin/env python3

import src
import sys

src.Win_run(sys.argv)
