#!/usr/bin/python3

from runner import Runner

Runner().start()
