Skip to content

Commit a104dd8

Browse files
authored
Renaming module imports.
1 parent e33fa44 commit a104dd8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import agents.agent_cases.mdt as mdt
2-
import agents.agent_cases.pcp as pcp
1+
import agents.agent_cases.medium as mdt
2+
import agents.agent_cases.low as pcp
33
import agents.agents_helper.chw as chw
44
import agents.agents_helper.complexity as complexity
55

@@ -34,4 +34,4 @@
3434
case "high":
3535
reply = "Please seek help from a Regional Healthcare Center (RHC)."
3636

37-
print(reply)
37+
print(reply)

0 commit comments

Comments
 (0)