aocpy/dx.py
2024-09-15 11:49:28 -04:00

6 lines
65 B
Python

from lib import get_data
data = get_data(__file__)
print(data)