11 lines
316 B
Python
11 lines
316 B
Python
|
|
"""shard-wiki — Git-based Markdown wiki orchestrator and federation layer.
|
||
|
|
|
||
|
|
See INTENT.md for the authoritative specification of scope and boundaries.
|
||
|
|
This package orchestrates wiki-shaped content across heterogeneous *shards*;
|
||
|
|
it is not itself a wiki engine.
|
||
|
|
"""
|
||
|
|
|
||
|
|
__version__ = "0.0.0"
|
||
|
|
|
||
|
|
__all__ = ["__version__"]
|