* added folder for new server * WIP: streamingcommunity and animeunity * streaming community for animeunity * httpserver for streaming from streamingcommunity ws * fix for episode and tvshows * log and code cleanup * fixed multi stream for streamingcommunity. Use 'serve_forever' in order to avoid infinite loop * added log for debug and info. Little fixes
4 lines
129 B
Python
4 lines
129 B
Python
from lib.streamingcommunity.client import Client
|
|
from lib.streamingcommunity.server import Server
|
|
__all__ = ['Client', 'Server']
|