mirror of
https://github.com/hexedtech/codemp-sublime.git
synced 2024-12-23 13:14:52 +01:00
5 lines
137 B
Python
5 lines
137 B
Python
|
from .workspace import WorkspaceRegistry
|
||
|
from .buffers import BufferRegistry
|
||
|
|
||
|
workspaces = WorkspaceRegistry()
|
||
|
buffers = BufferRegistry()
|