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