Songyou commited on
Commit
2f10d80
·
verified ·
1 Parent(s): 14be268

Upload __init__.py

Browse files
Files changed (1) hide show
  1. __init__.py +8 -0
__init__.py ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ """
2
+ pyexample.
3
+ An example python library.
4
+ """
5
+
6
+ __version__ = "0.1.0"
7
+ __author__ = 'Jie Zhang'
8
+ __credits__ = 'AIXB'