summaryrefslogtreecommitdiff
path: root/doc/stub
diff options
context:
space:
mode:
Diffstat (limited to 'doc/stub')
-rw-r--r--doc/stub/mpd.py2
-rw-r--r--doc/stub/pyinotify.py8
2 files changed, 10 insertions, 0 deletions
diff --git a/doc/stub/mpd.py b/doc/stub/mpd.py
new file mode 100644
index 00000000..c1833563
--- /dev/null
+++ b/doc/stub/mpd.py
@@ -0,0 +1,2 @@
+class MPDClient:
+ pass
diff --git a/doc/stub/pyinotify.py b/doc/stub/pyinotify.py
new file mode 100644
index 00000000..48721264
--- /dev/null
+++ b/doc/stub/pyinotify.py
@@ -0,0 +1,8 @@
+class WatchManager:
+ pass
+class EventsCodes:
+ pass
+class ThreadedNotifier:
+ pass
+class ProcessEvent:
+ pass