15 lines
509 B
Python
15 lines
509 B
Python
# -*- coding: utf-8 -*-
|
|
# File generated from our OpenAPI spec
|
|
from stripe.identity._verification_report import (
|
|
VerificationReport as VerificationReport,
|
|
)
|
|
from stripe.identity._verification_report_service import (
|
|
VerificationReportService as VerificationReportService,
|
|
)
|
|
from stripe.identity._verification_session import (
|
|
VerificationSession as VerificationSession,
|
|
)
|
|
from stripe.identity._verification_session_service import (
|
|
VerificationSessionService as VerificationSessionService,
|
|
)
|