First iteration

This commit is contained in:
Nitzan Pomerantz
2025-07-12 17:45:54 +03:00
parent f3d3a8efd4
commit f422aeaa79
4 changed files with 698 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
"""
Israel Real Estate MCP
A Python-based Mission Control Program to interact with the Israeli government's
public real estate data API (Govmap).
"""
from .main import GovmapClient
__version__ = "1.0.0"
__all__ = ["GovmapClient"]