1
Fork 0

added file to track level setup

This commit is contained in:
Jake Howard 2015-05-06 09:49:52 +01:00
parent 69582a5eaa
commit 2e700da34a

7
levels.py Normal file
View file

@ -0,0 +1,7 @@
import logging
class LEVEL:
def __init__(self, rows, columns):
self.rows = rows
self.columns = columns