mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2024-11-14 01:20:13 -08:00
14 lines
176 B
Python
14 lines
176 B
Python
|
|
from __future__ import (
|
|
absolute_import,
|
|
division,
|
|
print_function,
|
|
unicode_literals,
|
|
)
|
|
|
|
import libs
|
|
|
|
__all__ = ['completed']
|
|
|
|
completed = libs.add_all_libs()
|