Ran tests, and black afterwards. Updated changes.rst and included pre-commit hooks as required. Ran isort on imports.
3 lines
73 B
Python
3 lines
73 B
Python
from flask import Module
|
|
|
|
mod = Module(__name__, "foo", subdomain="foo")
|