mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-13 02:07:47 +08:00
8 lines
339 B
Python
8 lines
339 B
Python
|
# Cork - Authentication module for the Bottle web framework
|
||
|
# Copyright (C) 2013 Federico Ceratto and others, see AUTHORS file.
|
||
|
# Released under LGPLv3+ license, see LICENSE.txt
|
||
|
#
|
||
|
# Backends API - used to make backends available for importing
|
||
|
#
|
||
|
from .cork import Cork, JsonBackend, AAAException, AuthException, Mailer, FlaskCork, Redirect
|