File: __init__.py

package info (click to toggle)
auth0-python 4.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,280 kB
  • sloc: python: 8,933; makefile: 15; sh: 2
file content (6 lines) | stat: -rw-r--r-- 266 bytes parent folder | download
1
2
3
4
5
6
# This value is updated by `poetry_dynamic_versioning` during build time from the latest git tag
__version__ = "0.0.0"

from auth0.exceptions import Auth0Error, RateLimitError, TokenValidationError

__all__ = ("Auth0Error", "RateLimitError", "TokenValidationError")