bowl/cheuph/widgets/__init__.py
2019-06-08 09:10:59 +00:00

6 lines
130 B
Python

from typing import List
from .attributed_text_widget import *
__all__: List[str] = []
__all__ += attributed_text_widget.__all__