8 lines
128 B
Python
8 lines
128 B
Python
"""
|
|
Services package for YouTube TUI
|
|
"""
|
|
|
|
from youtube_tui.services.youtube import YouTubeService
|
|
|
|
__all__ = ["YouTubeService"]
|