Skip to content

Commit

Permalink
Import causal in the processes
Browse files Browse the repository at this point in the history
  • Loading branch information
teobucci committed Mar 26, 2024
1 parent 48b2100 commit 758ac8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hawk/processes/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
from .wps_causal import Causal
from .wps_say_hello import SayHello

processes = [
SayHello(),
Causal(),
]

0 comments on commit 758ac8b

Please sign in to comment.