Initial commit: add .gitignore and README
This commit is contained in:
14
fusionagi/maa/__init__.py
Normal file
14
fusionagi/maa/__init__.py
Normal file
@@ -0,0 +1,14 @@
|
||||
"""Manufacturing Authority Add-On: sovereign validation layer for physical-world manufacturing."""
|
||||
|
||||
from fusionagi.maa.gate import MAAGate
|
||||
from fusionagi.maa.schemas.mpc import ManufacturingProofCertificate, MPCId
|
||||
from fusionagi.maa.gap_detection import check_gaps, GapReport, GapClass
|
||||
|
||||
__all__ = [
|
||||
"MAAGate",
|
||||
"ManufacturingProofCertificate",
|
||||
"MPCId",
|
||||
"check_gaps",
|
||||
"GapReport",
|
||||
"GapClass",
|
||||
]
|
||||
Reference in New Issue
Block a user