mirror of
https://github.com/dh1tw/pyhamtools.git
synced 2025-12-06 06:52:00 +01:00
6 lines
102 B
Python
6 lines
102 B
Python
|
|
from pyhamtools.qsl import get_lotw_users
|
||
|
|
|
||
|
|
lotw = get_lotw_users()
|
||
|
|
print lotw
|
||
|
|
# pipe output into file
|