Skip to content

Instantly share code, notes, and snippets.

View straxico's full-sized avatar
🍵
live with tea

mehran motiee straxico

🍵
live with tea
View GitHub Profile
# -*- coding: utf-8 -*-
# Use Python 3
import os
from flask import Flask
from flask.ext.sqlalchemy import SQLAlchemy
import telepot
app = Flask(__name__)
hi