Skip to content

Commit 954755e

Browse files
committed
Add _vendor to __init__
1 parent 99bdb46 commit 954755e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmuxp/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
from .window import Window
1919
from .pane import Pane
2020
from .workspacebuilder import WorkspaceBuilder
21-
from . import config, util, cli
21+
from . import config, util, cli, _vendor
2222

2323
import logging
2424

0 commit comments

Comments
 (0)