Source code for server.web.routes.auth.oidc
"""Routes used to move through the finite state."""
from importlib import import_module
from fastapi import APIRouter
import_module("jobmon.server.web.routes.auth.oidc.oidc")
"""Routes used to move through the finite state."""
from importlib import import_module
from fastapi import APIRouter
import_module("jobmon.server.web.routes.auth.oidc.oidc")