Skip to content

Commit

Permalink
fix2
Browse files Browse the repository at this point in the history
  • Loading branch information
olethanh committed Oct 29, 2024
1 parent 591845b commit 98e5cbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/aleph/vm/orchestrator/vm/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from aleph.vm.controllers.firecracker import (
AlephFirecrackerInstance,
AlephFirecrackerProgram,
)

__all__ = (
"AlephFirecrackerProgram",
"AlephFirecrackerInstance",
)

0 comments on commit 98e5cbc

Please sign in to comment.