[py] Import rgb().

This commit is contained in:
Alex Samuel 2022-02-16 00:59:39 -05:00
parent 3d1fff617d
commit 7e1a5d48e7

View File

@ -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',
)