Code / src/modelmap/__init__.py
src/modelmap/__init__.py
18 lines
# =============================================================================
# Project : modelmap
# File : src/modelmap/__init__.py
# Purpose : modelmap package root — internal cartography of local LLMs
# Author : Simon-Pierre Boucher
# Contact : contact@spboucher.ai
# Website : https://modelmap.io
# Created : 2026-08-12
# Modified : 2026-08-12
# Platform : macOS / Apple Silicon (arm64)
# License : All rights reserved (research code)
# =============================================================================
__version__ = "0.1.0"
__author__ = "Simon-Pierre Boucher"
__contact__ = "contact@spboucher.ai"
__website__ = "https://modelmap.io"