Don't feel like writing stubs

This commit is contained in:
Salvo 'LtWorf' Tomaselli
2020-08-15 21:25:11 +02:00
parent 7e3c4d3ff9
commit b43db451e5

View File

@@ -27,7 +27,7 @@ from typing import Optional
from relational import relation, parser, rtypes from relational import relation, parser, rtypes
from relational import maintenance from relational import maintenance
from xtermcolor import colorize from xtermcolor import colorize # type: ignore
PROMPT_COLOR = 0xffff00 PROMPT_COLOR = 0xffff00
ERROR_COLOR = 0xff0000 ERROR_COLOR = 0xff0000