[py] Import rgb().

pull/2625/head
Alex Samuel 2 years ago
parent 3d1fff617d
commit 7e1a5d48e7

@ -36,7 +36,7 @@ from .notcurses import (
ncchannels_set_fg_rgb8_clipped, ncstrwidth, notcurses_version,
notcurses_version_components,
NCBOXASCII, NCBOXDOUBLE, NCBOXHEAVY, NCBOXLIGHT, NCBOXOUTER, NCBOXROUND,
box,
box, rgb,
)
__all__ = (
@ -64,5 +64,5 @@ __all__ = (
'ncstrwidth', 'notcurses_version', 'notcurses_version_components',
'box',
'box', 'rgb',
)

Loading…
Cancel
Save