HPI/calls/__main__.py
Dima Gerasimov bea84cbd33 initial
2018-09-08 11:42:20 +03:00

4 lines
64 B
Python

from calls import get_calls
for c in get_calls():
print(c)