diff --git a/levels.py b/levels.py new file mode 100644 index 0000000..08bd919 --- /dev/null +++ b/levels.py @@ -0,0 +1,7 @@ +import logging + +class LEVEL: + def __init__(self, rows, columns): + self.rows = rows + self.columns = columns + \ No newline at end of file