Add a docstring to engine.Configuration

This commit is contained in:
Eryn Wells 2022-05-16 20:49:42 -07:00
parent 4124d1ae4e
commit 31bec25dcf

View file

@ -25,6 +25,7 @@ if TYPE_CHECKING:
@dataclass
class Configuration:
'''Configuration of the game engine'''
map_size: Size
class Engine: