flask/tests/test_apps/subdomaintestmodule/__init__.py

4 lines
73 B
Python

from flask import Module
mod = Module(__name__, "foo", subdomain="foo")