1
0
mirror of https://gitlab.com/MoonTestUse1/AdministrationItDepartmens.git synced 2025-08-14 00:25:46 +02:00
Files
AdministrationItDepartmens/venv/Lib/site-packages/jose/__init__.py
MoonTestUse1 e81df4c87e Initial commit
2024-12-23 19:27:44 +06:00

11 lines
322 B
Python

__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