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