Add back some imports to map/room.py
This commit is contained in:
parent
e377b3d7b6
commit
d5e8891545
1 changed files with 3 additions and 0 deletions
|
@ -4,6 +4,9 @@
|
||||||
Implements an abstract Room class, and subclasses that implement it. Rooms are basic components of maps.
|
Implements an abstract Room class, and subclasses that implement it. Rooms are basic components of maps.
|
||||||
'''
|
'''
|
||||||
|
|
||||||
|
from typing import Iterator
|
||||||
|
|
||||||
|
from ..geometry import Rect
|
||||||
|
|
||||||
|
|
||||||
class Room:
|
class Room:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue