#!/usr/bin/env python # vim:fileencoding=utf-8 # License: GPL v3 Copyright: 2019, Eli Schwartz from socketserver import TCPServer, ThreadingMixIn # noqa