add BaseUrl docstring
This commit is contained in:
parent
3e2aa88a09
commit
9b52796f79
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@ from urllib.parse import urlunparse
|
|||
|
||||
@dataclass
|
||||
class BaseUrl:
|
||||
"""utility class to create a url string with urllib"""
|
||||
|
||||
netloc: str
|
||||
scheme: str = "https"
|
||||
path: str = ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue