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,7 @@
#!/usr/bin/env python3
# -*- coding: utf-8 -*-
class ClickHouseConnector:
"""ClickHouseConnector"""
pass