pvl/hosts/__init__.py
changeset 440 1d755df7bf97
child 481 8a7df0a6b0fb
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/pvl/hosts/__init__.py	Tue Feb 24 17:35:36 2015 +0200
@@ -0,0 +1,9 @@
+__version__ = '0.8.0-dev'
+
+from pvl.hosts.config import (
+        optparser,
+        apply,
+)
+from pvl.hosts.host import (
+        Host,
+)