Skip to content

Commit

Permalink
Update walker_class.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ikostan committed Dec 5, 2024
1 parent 5a0fbee commit 7a74c99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kyu_3/line_safari_is_that_a_line/walker_class.py
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
"""
Walker class: make moves, check directions, etc...
Walker class: make moves, check directions, etc.
Created by Egor Kostan.
GitHub: https://github.com/ikostan
"""


class Walker:
"""Walker class: make moves, check directions, etc..."""
"""Walker class: make moves, check directions, etc."""

def __init__(self, grid: list):
"""
Expand Down

0 comments on commit 7a74c99

Please sign in to comment.