diff options
Diffstat (limited to 'Box.py')
| -rw-r--r-- | Box.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,5 +3,5 @@ from Vec import Vec2 class Box: - def __init__(self, pos: Vec2): + def __init__(self, pos: Vec2) -> None: self.pos = pos |
