mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 21:53:20 -08:00
7 lines
261 B
Python
7 lines
261 B
Python
from .stream_interface import stream_interface
|
|
from .info_interface import info_interface
|
|
from .binge_interface import binge_interface
|
|
from .download_interface import download_interface
|
|
from .quit import bye
|
|
from .watchlist_interface import watchlist_interface
|