@@ -0,0 +1,7 @@
+#!/usr/bin/env python
+
+import bjoern
+from server import fcrepo
+bjoern.run(fcrepo, 'localhost', 8000)