diff options
Diffstat (limited to 'doc/stub/pyinotify.py')
-rw-r--r-- | doc/stub/pyinotify.py | 8 |
1 files changed, 8 insertions, 0 deletions
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 |