#! /usr/bin/env python

from src.base import check

if __name__ == "__main__":
    check()
