feat: complete minute birth-time rectification flow

This commit is contained in:
Jesse_Chen
2026-07-25 01:15:48 +08:00
parent f90aba217f
commit 3ca30ed7de
93 changed files with 8347 additions and 1646 deletions
@@ -39,6 +39,10 @@ def _get_data_directory():
Returns:
str: Path to the data directory following platform conventions
"""
configured_dir = os.environ.get("JYOTISHGANIT_DATA_DIR", "").strip()
if configured_dir:
return os.path.abspath(os.path.expanduser(configured_dir))
system = platform.system()
if system == "Windows":