diff options
Diffstat (limited to 'doc/stub')
-rw-r--r-- | doc/stub/pyinotify.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/stub/pyinotify.py b/doc/stub/pyinotify.py index 48721264..1f8fc574 100644 --- a/doc/stub/pyinotify.py +++ b/doc/stub/pyinotify.py @@ -1,3 +1,5 @@ +class Notifier: + pass class WatchManager: pass class EventsCodes: |