#!/usr/bin/env python3 # -*- coding:utf-8 -*- """We need to design a base class. That other connector can Write with this""" class BaseConnection: pass