wsgi.py 103 B

1234567
  1. #!/usr/bin/env python
  2. import bjoern
  3. from server import fcrepo
  4. bjoern.run(fcrepo, 'localhost', 8000)