mirror of
https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git
synced 2025-08-14 00:25:46 +02:00
Initial commit
This commit is contained in:
10
venv/Lib/site-packages/jose/__init__.py
Normal file
10
venv/Lib/site-packages/jose/__init__.py
Normal file
@@ -0,0 +1,10 @@
|
||||
__version__ = "3.3.0"
|
||||
__author__ = "Michael Davis"
|
||||
__license__ = "MIT"
|
||||
__copyright__ = "Copyright 2016 Michael Davis"
|
||||
|
||||
|
||||
from .exceptions import ExpiredSignatureError # noqa: F401
|
||||
from .exceptions import JOSEError # noqa: F401
|
||||
from .exceptions import JWSError # noqa: F401
|
||||
from .exceptions import JWTError # noqa: F401
|
Reference in New Issue
Block a user