mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-10 23:17:37 +01:00
6 lines
93 B
Python
6 lines
93 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint("users", __name__)
|
|
|
|
from . import profile, claim
|