mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-14 13:56:32 -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
|