3 lines
73 B
Python
3 lines
73 B
Python
from flask import Module
|
|
|
|
mod = Module(__name__, "foo", subdomain="foo")
|