Bootstrap fin-hub scaffold from hub-core (CUST-WP-0025-T22/T23)

Add hub-core editable dependency, fin-specific SQLAlchemy models, and smoke tests.
This commit is contained in:
tegwick 2026-07-08 00:50:24 +02:00
commit b6993d4a05
10 changed files with 1737 additions and 0 deletions

3
src/fin_hub/__init__.py Normal file
View file

@ -0,0 +1,3 @@
"""Fin Hub — resource viability models and surfaces for the FOS federation."""
__version__ = "0.1.0"