hellosailb 2.0.0b1__tar.gz
Sign up to get free protection for your applications and to get access to all the features.
- hellosailb-2.0.0b1/PKG-INFO +10 -0
- hellosailb-2.0.0b1/hellosailb/__init__.py +1 -0
- hellosailb-2.0.0b1/hellosailb/main.py +2 -0
- hellosailb-2.0.0b1/hellosailb.egg-info/PKG-INFO +10 -0
- hellosailb-2.0.0b1/hellosailb.egg-info/SOURCES.txt +7 -0
- hellosailb-2.0.0b1/hellosailb.egg-info/dependency_links.txt +1 -0
- hellosailb-2.0.0b1/hellosailb.egg-info/top_level.txt +1 -0
- hellosailb-2.0.0b1/setup.cfg +4 -0
- hellosailb-2.0.0b1/setup.py +10 -0
@@ -0,0 +1 @@
|
|
1
|
+
from .main import hellosaib
|
@@ -0,0 +1 @@
|
|
1
|
+
|
@@ -0,0 +1 @@
|
|
1
|
+
hellosailb
|