added a first, early prototype of the emulator CLI
diff --git a/emuvim/cli/network.py b/emuvim/cli/network.py
new file mode 100644
index 0000000..0c50dda
--- /dev/null
+++ b/emuvim/cli/network.py
@@ -0,0 +1,8 @@
+"""
+son-emu network CLI
+"""
+
+
+def main(argv):
+    print "This is the son-emu network CLI."
+    print "Arguments: %s" % str(argv)