mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
[py] Import rgb().
This commit is contained in:
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…
x
Reference in New Issue
Block a user