mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
13 lines
395 B
Python
Executable file
13 lines
395 B
Python
Executable file
# coding=utf-8
|
|
# noinspection PyUnresolvedReferences
|
|
# noinspection PyUnresolvedReferences
|
|
import paypalapi.countries
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
from paypalapi.exceptions import PayPalAPIResponseError, PayPalConfigError, PayPalError
|
|
from paypalapi.interface import PayPalInterface
|
|
|
|
# noinspection PyUnresolvedReferences
|
|
from paypalapi.settings import PayPalConfig
|
|
|
|
VERSION = "1.2.2"
|