from yoomoney import Authorize
Authorize(
client_id="client_id",
redirect_uri="my_edirect_uri",
scope=["account-info",
"operation-history",
"operation-details",
"incoming-transfers",
"payment-p2p",
"payment-shop",
]
)