flask/tests/test_apps/subdomaintestmodule/__init__.py
Mark Mayo dde76ea960 pylint issues resolved
Ran tests, and black afterwards. Updated changes.rst and included pre-commit hooks as required.  Ran isort on imports.
2022-10-13 18:15:15 +13:00

3 lines
73 B
Python

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