Coverage for aipyapp/exec/__init__.py: 100%

3 statements  

« prev     ^ index     » next       coverage.py v7.10.3, created at 2025-08-11 12:02 +0200

1 

2from .executor import BlockExecutor 

3from .python import PythonRuntime 

4 

5__all__ = ['BlockExecutor', 'PythonRuntime']