6 lines
75 B
Python
6 lines
75 B
Python
|
__author__ = 'gaugendre'
|
||
|
|
||
|
|
||
|
class Grid:
|
||
|
def __init__(self):
|
||
|
pass
|