Skip to content

Notify 1.0.4

Choose a tag to compare

@enmanuelmag enmanuelmag released this 06 Aug 05:21
· 27 commits to master since this release

Fix way to import, now import and usage is:

from notifer import notify

@notify()
def your_function():
    print('Hello World!')