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,3 +1,12 @@
|
|||
# Eryn Wells <eryn@erynwells.me>
|
||||
|
||||
'''
|
||||
Map tiles and tile related things.
|
||||
|
||||
Maps are represented with 2-dimensional numpy arrays with the `dtype`s defined
|
||||
here. Tiles are instances of those dtypes.
|
||||
'''
|
||||
|
||||
from typing import Tuple
|
||||
|
||||
import numpy as np
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue