Skip to content

Commit 6d0f7a6

Browse files
committed
remove warning
1 parent 5a491bd commit 6d0f7a6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

jupyddl/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
from .automated_planner import AutomatedPlanner
2+
3+
if __name__ == "__main__":
4+
_ = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")

0 commit comments

Comments
 (0)