Files
server/usr/lib/python3/dist-packages/ntlm_auth/__init__.py
2026-01-07 20:52:11 +01:00

7 lines
217 B
Python

# Copyright: (c) 2018, Jordan Borean (@jborean93) <jborean93@gmail.com>
# MIT License (see LICENSE or https://opensource.org/licenses/MIT)
from . import ntlm, session_security
__all__ = ('ntlm', 'session_security')