5 lines
72 B
Python
5 lines
72 B
Python
from lib import get_data, Grid2D
|
|
|
|
data = get_data(__file__)
|
|
print(data)
|