src/iohmm_evac/__init__.py

1
2
3
4
5
6
7
8
9
# SPDX-License-Identifier: AGPL-3.0-only
# Copyright (C) 2026 SWGY, Inc.
"""Synthetic hurricane-evacuation household behavior DGP for IO-HMM fitting."""

from __future__ import annotations

__all__ = ["__version__"]

__version__ = "0.1.0"