master
/ .localenv / lib / python3.5 / site-packages / prompt_toolkit / clipboard / __init__.py

__init__.py @master raw · history · blame

1
2
3
4
5
6
7
8
from .base import Clipboard, ClipboardData
from .in_memory import InMemoryClipboard


# We are not importing `PyperclipClipboard` here, because it would require the
# `pyperclip` module to be present.

#from .pyperclip import PyperclipClipboard