mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-09-25 19:44:59 +00:00
9 lines
116 B
Python
9 lines
116 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
class ClickHouseConnector:
|
|
"""ClickHouseConnector"""
|
|
|
|
pass
|