golden hour
/opt/alt/python37/lib64/python3.7/site-packages/sqlalchemy/connectors
⬆️ Go Up
Upload
File/Folder
Size
Actions
__init__.py
278 B
Del
OK
__pycache__
-
Del
OK
mxodbc.py
5.23 KB
Del
OK
pyodbc.py
5.46 KB
Del
OK
zxJDBC.py
1.83 KB
Del
OK
Edit: __init__.py
# connectors/__init__.py # Copyright (C) 2005-2019 the SQLAlchemy authors and contributors # <see AUTHORS file> # # This module is part of SQLAlchemy and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php class Connector(object): pass
Save