mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-27 01:41:58 -06:00
6 lines
131 B
Python
6 lines
131 B
Python
"""Builder utilities for constructing immutable Engine aggregates."""
|
|
|
|
from __future__ import annotations
|
|
|
|
__all__: list[str] = []
|