File: __init__.py

package info (click to toggle)
python-stripe 12.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 12,864 kB
  • sloc: python: 157,573; makefile: 13; sh: 9
file content (27 lines) | stat: -rw-r--r-- 914 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# -*- coding: utf-8 -*-
# File generated from our OpenAPI spec
from stripe.test_helpers import (
    issuing as issuing,
    terminal as terminal,
    treasury as treasury,
)
from stripe.test_helpers._confirmation_token_service import (
    ConfirmationTokenService as ConfirmationTokenService,
)
from stripe.test_helpers._customer_service import (
    CustomerService as CustomerService,
)
from stripe.test_helpers._issuing_service import (
    IssuingService as IssuingService,
)
from stripe.test_helpers._refund_service import RefundService as RefundService
from stripe.test_helpers._terminal_service import (
    TerminalService as TerminalService,
)
from stripe.test_helpers._test_clock import TestClock as TestClock
from stripe.test_helpers._test_clock_service import (
    TestClockService as TestClockService,
)
from stripe.test_helpers._treasury_service import (
    TreasuryService as TreasuryService,
)