Refactor govmap

This commit is contained in:
Nitzan Pomerantz
2025-07-13 01:03:15 +03:00
parent a1fa75a878
commit dd6d78b48b
6 changed files with 338 additions and 338 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ A Python-based Mission Control Program to interact with the Israeli government's
public real estate data API (Govmap).
"""
from .main import GovmapClient
from .govmap import GovmapClient
__version__ = "1.0.0"
__all__ = ["GovmapClient"]