mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-10-22 01:22:34 +00:00
6 lines
104 B
Python
6 lines
104 B
Python
#!/usr/bin/env python3
|
|
# -*- coding:utf-8 -*-
|
|
|
|
class OracleConnector:
|
|
"""OracleConnector"""
|
|
pass |