PEP8 formatter changes

This commit is contained in:
Eryn Wells 2023-02-10 21:25:00 -08:00
parent 727a0737c6
commit f05dfdef55
5 changed files with 20 additions and 1 deletions

View file

@ -1,5 +1,10 @@
# Eryn Wells <eryn@erynwells.me>
'''
This module defines the level map, a number of basic building blocks (Rooms, etc), and objects that generate various
parts of a map.
'''
import random
import numpy as np