finchan.env¶
runtime Environment
the env object is a global singleton object,
other modules/extensions can access by just import it and can access/set attributes to env .
Env¶
-
class
finchan.env.Env(*args, **kwargs)[source]¶ Global environment
-
dispatcher¶ the dispatcher manager object
Return type: Dispatcher
-
ext_manager¶ the extension manager object
Return type: ExtManager
-