add connector file

This commit is contained in:
csunny
2023-05-08 00:44:02 +08:00
parent d746086694
commit 3ce31d5ea0
9 changed files with 59 additions and 3 deletions

View File

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