Untitled

 avatar
unknown
python
2 years ago
115 B
37
Indexable
import pyshorteners

link = ('#')

ts = pyshorteners.Shortener()
rut_gon = ts.dagd.short(link)
print(rut_gon)
Editor is loading...