Add a bunch of doc strings and header comments to files
This commit is contained in:
parent
633580e27a
commit
4050ac5c6f
7 changed files with 25 additions and 3 deletions
|
@ -1,6 +1,9 @@
|
|||
from typing import Iterator
|
||||
# Eryn Wells <eryn@erynwels.me>
|
||||
|
||||
'''
|
||||
Implements an abstract Room class, and subclasses that implement it. Rooms are basic components of maps.
|
||||
'''
|
||||
|
||||
from ..geometry import Point, Rect
|
||||
|
||||
|
||||
class Room:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue