##// END OF EJS Templates
Merge pull request #5700 from minrk/configurable-managers...
Merge pull request #5700 from minrk/configurable-managers make the various manager classes in the notebook app configurable

File last commit:

r11754:d59fec67
r16464:e584367a merge
Show More
__init__.py
3 lines | 93 B | text/x-python | PythonLexer
from .files import FilesWriter
from .stdout import StdoutWriter
from .base import WriterBase