Files
AthonetTools/services/api/cc_v1/init.py

2 lines
61 B
Python

from flask import Blueprint
bp = Blueprint("cc_v1", __name__)