parent
52863dcd1c
commit
50abd54276
@ -0,0 +1,9 @@
|
||||
class DotsBotApiConfig():
|
||||
_base_url = "https://domain"
|
||||
|
||||
def __str__(self) -> str:
|
||||
return f"{self._base_url=}"
|
||||
|
||||
def get_base_url(self) -> str:
|
||||
return self._base_url
|
||||
|
Loading…
Reference in new issue