Fixing ColorCache reference.

This commit is contained in:
Marat Fayzullin 2023-11-19 16:34:27 -05:00
parent 1a1a23383f
commit 7438d64be4
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
from owrx.toolbox import TextParser, ColorCache from owrx.toolbox import TextParser
from owrx.color import ColorCache
from owrx.map import Map, LatLngLocation from owrx.map import Map, LatLngLocation
from owrx.aprs import getSymbolData from owrx.aprs import getSymbolData
from owrx.config import Config from owrx.config import Config