summaryrefslogtreecommitdiff
path: root/poezio/core/structs.py
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2020-12-12 23:54:17 +0100
committermathieui <mathieui@mathieui.net>2021-01-28 19:03:54 +0100
commitf808f0cff98ae5ff7f093c1b87b630184138464b (patch)
tree66254df10114edf534eee05d21113e57e0dd0218 /poezio/core/structs.py
parent08f48b0c8be7535754ba9494d13276f69485bd44 (diff)
downloadpoezio-f808f0cff98ae5ff7f093c1b87b630184138464b.tar.gz
poezio-f808f0cff98ae5ff7f093c1b87b630184138464b.tar.bz2
poezio-f808f0cff98ae5ff7f093c1b87b630184138464b.tar.xz
poezio-f808f0cff98ae5ff7f093c1b87b630184138464b.zip
core: move initial commands in a separate files
(improve core.py SNR)
Diffstat (limited to 'poezio/core/structs.py')
-rw-r--r--poezio/core/structs.py6
1 files changed, 4 insertions, 2 deletions
diff --git a/poezio/core/structs.py b/poezio/core/structs.py
index ae4ebe7d..5866b19f 100644
--- a/poezio/core/structs.py
+++ b/poezio/core/structs.py
@@ -5,8 +5,10 @@ from dataclasses import dataclass
from typing import Any, Callable, List, Dict
__all__ = [
- 'POSSIBLE_SHOW', 'Status',
- 'Command', 'Completion'
+ 'Command',
+ 'Completion'
+ 'POSSIBLE_SHOW',
+ 'Status',
]
POSSIBLE_SHOW = {