- formerly rayanthony.io
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import requests | |
| from flask import Flask | |
| from flask import request, send_from_directory | |
| from twilio import twiml | |
| from martianify import martianify | |
| UPLOAD_FOLDER = '/path/to/your/project/' | |
| # App declaration and configuration |
OlderNewer