2021-10-30 17:00:09 +02:00

5 lines
78 B
Python

class BaseProvider:
api = ""
def __init__(self) -> None:
pass