python: Update __init__.py to use new module

pull/1662/head
igo95862 4 years ago committed by Nick Black
parent e8ed637b29
commit aa48dbacac

@ -1,6 +1,6 @@
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0
# Copyright 2020 igo95862 # Copyright 2020, 2021 igo95862
# Licensed under the Apache License, Version 2.0 (the "License"); # Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License. # you may not use this file except in compliance with the License.
@ -14,11 +14,8 @@
# See the License for the specific language governing permissions and # See the License for the specific language governing permissions and
# limitations under the License. # limitations under the License.
from ._notcurses import get_notcurses_version from .misc import notcurses_version
from .notcurses import (NcAlign, NcChannels, NcDirect, NcInput, NcInputCodes,
NcPlane, NotcursesContext, get_std_plane)
__all__ = [ __all__ = [
'NcPlane', 'get_std_plane', 'NcAlign', 'NcInput', 'NcInputCodes', 'notcurses_version',
'get_notcurses_version', 'NcDirect', 'NcChannels', 'NotcursesContext'
] ]

Loading…
Cancel
Save