mirror of
https://github.com/bunny-lab-io/Borealis.git
synced 2025-10-26 21:41:57 -06:00
Refine Engine bootstrap logging
This commit is contained in:
5
Data/Engine/domain/__init__.py
Normal file
5
Data/Engine/domain/__init__.py
Normal file
@@ -0,0 +1,5 @@
|
||||
"""Pure value objects and enums for the Borealis Engine."""
|
||||
|
||||
from __future__ import annotations
|
||||
|
||||
__all__: list[str] = []
|
||||
Reference in New Issue
Block a user