flask/tests/test_apps/subdomaintestmodule/__init__.py

4 lines
73 B
Python
Raw Permalink Normal View History

2010-08-20 17:16:18 +08:00
from flask import Module
mod = Module(__name__, "foo", subdomain="foo")