mirror of
https://github.com/neogeek23/drawshare.git
synced 2026-02-04 19:18:21 +00:00
8 lines
189 B
Python
8 lines
189 B
Python
|
|
# Copyright (c) Twisted Matrix Laboratories.
|
||
|
|
# See LICENSE for details.
|
||
|
|
|
||
|
|
"""
|
||
|
|
Twisted Cred: Support for verifying credentials, and providing services to user
|
||
|
|
based on those credentials.
|
||
|
|
"""
|