Files
Borealis-Github-Replica/Data/Engine/domain/__init__.py

6 lines
121 B
Python

"""Pure value objects and enums for the Borealis Engine."""
from __future__ import annotations
__all__: list[str] = []