You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
import asyncio
|
|
import httpx
|
|
from src.config import RBD_SERVICE_API
|
|
|
|
async def main():
|
|
token = "your_token_here" # I don't have a token. I'll need a token.
|