Skip to content

Commit

Permalink
gen cfe in simple example
Browse files Browse the repository at this point in the history
  • Loading branch information
aaraney committed Dec 12, 2023
1 parent c08ad9d commit 0e87d65
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion python/ngen_config_gen/examples/generate_simple/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
from ngen.config_gen.hook_providers import DefaultHookProvider
from ngen.config_gen.generate import generate_configs

from ngen.config_gen.models.cfe import Cfe
from ngen.config_gen.models.pet import Pet

if __name__ == "__main__":
Expand All @@ -21,6 +22,6 @@

generate_configs(
hook_providers=hook_provider,
hook_objects=[Pet],
hook_objects=[Cfe, Pet],
file_writer=file_writer,
)

0 comments on commit 0e87d65

Please sign in to comment.