mirror of
https://github.com/paradoxxxzero/butterfly.git
synced 2026-05-30 00:49:40 +00:00
5 lines
68 B
Python
5 lines
68 B
Python
from flask import Flask
|
|
app = Flask(__name__)
|
|
|
|
from . import routes
|