dthome.wsgi 117 B

12345678910
  1. #!/usr/bin/env python
  2. # DT Home
  3. #
  4. # Douglas Thrift
  5. #
  6. # dthome.wsgi
  7. import dthome
  8. application = dthome.bottle.app()