Repository URL to install this package:
Version:
2.0.2 ▾
|
urwid-uikit
/
__init__.py
|
---|
"""Commonly used widgets that can be used to build a nice terminal-based
application using urwid.
"""
from .version import __version__, __version_info__
__all__ = ("__version__", "__version_info__")