5 lines
87 B
Python
Executable file
5 lines
87 B
Python
Executable file
#!/usr/bin/env python3
|
|
from emfit import get_datas
|
|
|
|
for d in get_datas():
|
|
print(d)
|