4 lines
64 B
Python
4 lines
64 B
Python
from calls import get_calls
|
|
|
|
for c in get_calls():
|
|
print(c)
|