netclock/countdown/__init__.py

7 lines
94 B
Python
Raw Normal View History

2020-09-12 10:58:38 +00:00
from flask import Blueprint
app = Blueprint('countdown', __name__)
import views
import apii