4 lines
74 B
Python
4 lines
74 B
Python
from flask import Module
|
|
|
|
|
|
mod = Module(__name__, 'foo', subdomain='foo')
|