mirror of
https://github.com/shadoll/moma.git
synced 2026-08-28 19:43:28 +00:00
6 lines
99 B
Python
6 lines
99 B
Python
"""Custom Textual widgets."""
|
|
|
|
from .poster_widget import PosterWidget
|
|
|
|
__all__ = ['PosterWidget']
|