Skip to content

Commit b515901

Browse files
committed
Merge branch 'package-pypi' of https://github.com/APLA-Toolbox/pythonpddl into package-pypi
2 parents 6cb2395 + be261cf commit b515901

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jupyddl/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
from .automated_planner import AutomatedPlanner
22

33
if __name__ == "__main__":
4-
_ = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")
4+
_ = AutomatedPlanner("data/domain.pddl", "data/problem.pddl")

0 commit comments

Comments
 (0)