first circle

This commit is contained in:
2024-09-04 21:26:42 +02:00
parent 787d4e776a
commit 054384ca85
4 changed files with 109 additions and 45 deletions

View File

@@ -1,8 +1,10 @@
"""
"""
from random import choice, randint
from grid.sphere.cell import Cell
class Grid():
class Grid:
def __init__(self) -> None:
self.start = None