Source code for openalea.oalab.config.main
# -*- coding: utf-8 -*-
__all__ = ['MainConfig']
from IPython.config.application import Application
from IPython.utils.traitlets import List, Unicode
from openalea.oalab.config.gui import MainWindowConfig