service.py 84 B

12345
  1. import pyperclip
  2. def getClipContent():
  3. content = pyperclip.paste()
  4. return content