Skip to content

Instantly share code, notes, and snippets.

@DrSensor
Created May 14, 2018 06:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DrSensor/2b45a6eb516b6b8084a4866d10699113 to your computer and use it in GitHub Desktop.
Save DrSensor/2b45a6eb516b6b8084a4866d10699113 to your computer and use it in GitHub Desktop.
bottle.py setup
#! /usr/bin/env python
import module1, module2
from bottle import run
run(host='localhost', port='8080')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment