HPI/test.py
2018-10-16 23:19:09 +01:00

5 lines
87 B
Python
Executable file

#!/usr/bin/env python3
from emfit import get_datas
for d in get_datas():
print(d)