mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
6 lines
138 B
Plaintext
6 lines
138 B
Plaintext
|
|
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license
|
||
|
|
"""WSGI entry point for kdcproxy
|
||
|
|
"""
|
||
|
|
from kdcproxy import application
|
||
|
|
|