flask/tests/test_apps/subdomaintestmodule/__init__.py
Markus Unterwaditzer 3550b26071 Move tests
2014-09-11 22:09:50 +02:00

4 lines
74 B
Python

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