Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 648efac

Browse files
committed
author
1 parent 836ddd0 commit 648efac

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

publish_subscribe.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
#!/usr/bin/env python
22

3-
'''http://www.slideshare.net/ishraqabd/publish-subscribe-model-overview-13368808'''
3+
'''
4+
Reference: http://www.slideshare.net/ishraqabd/publish-subscribe-model-overview-13368808
5+
Author: https://github.com/HanWenfang
6+
'''
47

58
class Provider:
69
def __init__(self):

0 commit comments

Comments
 (0)