diff options
Diffstat (limited to 'hittekaart-py/hittekaart_py')
| -rw-r--r-- | hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc | bin | 0 -> 207 bytes | |||
| -rw-r--r-- | hittekaart-py/hittekaart_py/hittekaart_py.pyi | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc b/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc Binary files differnew file mode 100644 index 0000000..11caa7e --- /dev/null +++ b/hittekaart-py/hittekaart_py/__pycache__/__init__.cpython-314.pyc diff --git a/hittekaart-py/hittekaart_py/hittekaart_py.pyi b/hittekaart-py/hittekaart_py/hittekaart_py.pyi index b3d110c..00ed13c 100644 --- a/hittekaart-py/hittekaart_py/hittekaart_py.pyi +++ b/hittekaart-py/hittekaart_py/hittekaart_py.pyi @@ -17,7 +17,7 @@ class Storage: def OsmAnd(path: bytes) -> "Storage": ... @staticmethod - def MbTiles(path: bytes) -> "Storage": ... + def MbTiles(path: bytes, name: str | None, description: str | None) -> "Storage": ... class HeatmapRenderer: |
