You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some classes/functions are imported often. To make import statements shorter, we could put some of the most imported items into the main module pynotify, e.g. we could then do for example
from pynotify import notify, BaseHandler
The text was updated successfully, but these errors were encountered:
Some classes/functions are imported often. To make import statements shorter, we could put some of the most imported items into the main module
pynotify
, e.g. we could then do for exampleThe text was updated successfully, but these errors were encountered: