Optimize imports.

This commit is contained in:
Sergey Vartanov 2021-05-06 23:39:39 +03:00
parent 330648e034
commit fa8e5551e7
7 changed files with 10 additions and 15 deletions

View file

@ -7,6 +7,7 @@ from dataclasses import dataclass
from typing import Any, Dict, List
from colour import Color
DEFAULT_COLOR: Color = Color("#444444")