Skip to content

Commit

Permalink
Added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
david-istvan committed Apr 5, 2024
1 parent 9654350 commit c9e6a6b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ class Direction(Enum):
RIGHT = 2
UP = 3

"""
Represents a grid of cells
"""
class Grid():
def __init__(self, size:int):
self.size = size
Expand Down

0 comments on commit c9e6a6b

Please sign in to comment.