Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Okm165 committed May 27, 2024
1 parent 07de64f commit 94c366c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ from starkware.starknet.core.os.builtins import (
NonSelectableBuiltins,
SelectableBuiltins,
)
from execution.execute_entry_point import execute_entry_point, ExecutionContext, ExecutionInfo, BuiltinData
from bootloader.contract.execute_entry_point import execute_entry_point, ExecutionContext, ExecutionInfo, BuiltinData

// Loads the programs and executes them.
//
Expand Down
Empty file.
1 change: 0 additions & 1 deletion cairo0-bootloader/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
"builtin_selection": ["*.cairo", "*/*.cairo"],
"common.builtin_poseidon": ["*.cairo", "*/*.cairo"],
"common": ["*.cairo", "*/*.cairo"],
"execution": ["*.cairo", "*/*.cairo"],
"contract_class": ["*.cairo", "*/*.cairo"],
"lang.compiler": ["cairo.ebnf", "lib/*.cairo"],
},
Expand Down

0 comments on commit 94c366c

Please sign in to comment.