[gaphor.services]
file_manager = gaphor.services.filemanager:FileManager
diagram_layout = gaphor.plugins.diagramlayout:DiagramLayout
diagram_export_manager = gaphor.services.diagramexportmanager:DiagramExportManager
gui_manager = gaphor.services.guimanager:GUIManager
xmi_export = gaphor.plugins.xmiexport:XMIExport
element_dispatcher = gaphor.services.elementdispatcher:ElementDispatcher
sanitizer = gaphor.services.sanitizerservice:SanitizerService
adapter_loader = gaphor.services.adapterloader:AdapterLoader
element_factory = gaphor.UML.elementfactory:ElementFactory
pynsource = gaphor.plugins.pynsource:PyNSource
event_dispatcher = gaphor.services.eventdispatcher:EventDispatcher
undo_manager = gaphor.services.undomanager:UndoManager
copy = gaphor.services.copyservice:CopyService
action_manager = gaphor.services.actionmanager:ActionManager
properties = gaphor.services.properties:Properties
alignment = gaphor.plugins.alignment:Alignment
help = gaphor.services.helpservice:HelpService

[console_scripts]
gaphorconvert = gaphor.tools.gaphorconvert:main
gaphor = gaphor:main

[gaphor.uicomponents]
elementeditor = gaphor.ui.elementeditor:ElementEditor
mainwindow = gaphor.ui.mainwindow:MainWindow
consolewindow = gaphor.ui.consolewindow:ConsoleWindow

