6 lines
144 B
Python
6 lines
144 B
Python
from entropy.client.interfaces import Client
|
|
cl = Client()
|
|
print(cl.UGC.get_all_downloads("sabayonlinux.org"))
|
|
cl.destroy()
|
|
raise SystemExit(0)
|