mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 19:41:57 -06:00
6 lines
121 B
Python
6 lines
121 B
Python
"""Pure value objects and enums for the Borealis Engine."""
|
|
|
|
from __future__ import annotations
|
|
|
|
__all__: list[str] = []
|