mirror of
https://github.com/janeczku/calibre-web
synced 2025-11-13 21:57:11 +00:00
Initial Fork from https://bitbucket.org/raphaelmutschler/calibreserver/
This commit is contained in:
9
lib/sqlalchemy/connectors/__init__.py
Normal file
9
lib/sqlalchemy/connectors/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
# connectors/__init__.py
|
||||
# Copyright (C) 2005-2013 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
|
||||
Reference in New Issue
Block a user