Commit 7ffc331c authored by Eric Duminil's avatar Eric Duminil
Browse files

TODOs

parent bea0bc87
......@@ -81,6 +81,10 @@ class Bundesland:
source: str ="Unknown"
info: str ="Unknown"
license: str = "CC BY 4.0."
# TODO: Add Sequence[CityGML]
# TODO: Get size
# TODO: Get count
# TODO: Define Germany
def __post_init__(self):
self.download_folder.mkdir(parents=True, exist_ok=True)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment