feat: AR-House initial commit

This commit is contained in:
2026-07-03 12:24:58 -04:00
commit 047c05287a
216 changed files with 127552 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
"""Common types and constants para data fetchers."""
class FetcherError(Exception):
"""Raised when a fetcher fails. Caught por runner para fail-soft."""
pass
# User-Agent para requests HTTP (algunas APIs como Nominatim lo requieren)
USER_AGENT = "AR-House/0.1.0 (real-estate-analysis-tool; +https://localhost)"
# Timeouts default
DEFAULT_TIMEOUT = 15 # segundos para requests HTTP