mirror of
https://github.com/WhaleFell/SMSBoom.git
synced 2026-02-09 05:15:01 +08:00
6 lines
108 B
Python
Executable File
6 lines
108 B
Python
Executable File
from flask import Blueprint
|
|
|
|
main = Blueprint("main",__name__)
|
|
|
|
from . import views, error
|
|
from .. import db |