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