6 lines
65 B
Python
6 lines
65 B
Python
from lib import get_data
|
|
|
|
data = get_data(__file__)
|
|
print(data)
|
|
|