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
1 changed files with 7 additions and 0 deletions

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