Move options code into its own directory

This commit is contained in:
Kovid Goyal
2021-05-28 11:35:16 +05:30
parent ddd178fa82
commit 5470dd74bd
13 changed files with 19 additions and 19 deletions

View File

@@ -24,7 +24,7 @@ from .fast_data_types import (
)
from .key_encoding import KeyEvent as KeyEventType
from .layout.base import Layout as LayoutType
from .options_types import (
from .options.utils import (
KeyAction as KeyActionType, KeyMap as KeyMap, SequenceMap as SequenceMap
)
from .rc.base import RemoteCommand as RemoteCommandType