aether-lang 0.3.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
aether/__init__.py ADDED
@@ -0,0 +1,8 @@
1
+ """Aether reference transpiler.
2
+
3
+ The user-facing surface — agent SDK, LSP, diagnostics catalog — lives
4
+ in submodules. The installed distribution is `aether-lang` (see
5
+ `pyproject.toml`); the console script is `aether`.
6
+ """
7
+
8
+ __version__ = "0.3.0"