Skip to content

Instantly share code, notes, and snippets.

View cadavincito's full-sized avatar
🎯
Focusing

Cadavinci cadavincito

🎯
Focusing
View GitHub Profile
@cadavincito
cadavincito / app.py
Created May 22, 2021 04:11
Well regardless of the modules and stuff you need to install in order to run a flask app here is the file which will output the Flask "Hello World"
from flask import Flask
app = Flask(__name__)
@app.route("/")
def hello():
return "Hello World"
use_debug false
use_bpm 130
# Our mixer!
master = (ramp *range(0, 1, 0.01))
kick_volume = 1
bass_volume = 1
revbass_volume = 1
snare_volume = 0.5
hats_volume = 0.5