Skip to content
Snippets Groups Projects
Verified Commit a72d05e8 authored by rahix's avatar rahix
Browse files

fix(pycardium): Actually include htmlcolor module


Signed-off-by: default avatarRahix <rahix@rahix.de>
parent e2a66427
No related branches found
No related tags found
No related merge requests found
import color
from color import Color
ALICEBLUE = Color.from_hex(0xf0f8ff)
ANTIQUEWHITE = Color.from_hex(0xfaebd7)
......
python_modules = files(
'color.py',
'htmlcolor.py',
)
frozen_modules = mpy_cross.process(python_modules)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment