feat: enforce layer0 gate and add tests
This commit is contained in:
7
layer0/__init__.py
Normal file
7
layer0/__init__.py
Normal file
@@ -0,0 +1,7 @@
|
||||
"""
|
||||
Layer 0 package: pre-boot Shadow Eval classifier and logger.
|
||||
"""
|
||||
|
||||
from .entrypoint import layer0_entry # re-export for convenience
|
||||
|
||||
__all__ = ["layer0_entry"]
|
||||
Reference in New Issue
Block a user