parent
c223d45518
commit
59500254a1
@ -0,0 +1,3 @@ |
|||||||
|
from flask import Blueprint |
||||||
|
|
||||||
|
badge = Blueprint('badge', __name__) |
@ -0,0 +1,3 @@ |
|||||||
|
from flask import Blueprint |
||||||
|
|
||||||
|
chat = Blueprint('chat', __name__) |
@ -0,0 +1,3 @@ |
|||||||
|
from flask import Blueprint |
||||||
|
|
||||||
|
course = Blueprint('course', __name__) |
@ -0,0 +1,3 @@ |
|||||||
|
from flask import Blueprint |
||||||
|
|
||||||
|
notification = Blueprint('notification', __name__) |
Loading…
Reference in new issue