import logging class LEVEL: def __init__(self, rows, columns): self.rows = rows self.columns = columns