index
:
SnakePuzzle.git
master
Unnamed repository; edit this file 'description' to name the repository.
Joel Kronqvist
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Box.py
blob: 9641a44d987f1ff623d2278dab37b870bbae2e58 (
plain
)
1
2
3
4
5
6
7
from Vec import Vec2 class Box: def __init__(self, pos: Vec2): self.pos = pos