Spaces:
No application file
No application file
| #!/usr/bin/env python3 | |
| """ | |
| Copyright (c) 2025 Joshua Hendricks Cole (DBA: Corporation of Light). All Rights Reserved. PATENT PENDING. | |
| Agent Lab Module | |
| """ | |
| # Import main components | |
| try: | |
| from .agent_lab import * | |
| except ImportError: | |
| pass | |
| __all__ = ["agent_lab"] | |
| __version__ = "1.0.0" | |