Skip to content

Commit af5f489

Browse files
committed
Facade pattern example is implemented.
1 parent ffd2c2e commit af5f489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facade.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ def fry(self):
2727

2828
if __name__ == "__main__":
2929
cook = Cook()
30-
rest.prepareDish()
30+
cook.prepareDish()

0 commit comments

Comments
 (0)