6 lines
138 B
Python
6 lines
138 B
Python
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
|
"""WSGI entry point for kdcproxy
|
|
"""
|
|
from kdcproxy import application
|
|
|