mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
Add feature to make libs importable
This commit is contained in:
parent
b115ecc1fe
commit
43ffbc7c34
4 changed files with 119 additions and 19 deletions
6
libs/autoload.py
Normal file
6
libs/autoload.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
|
||||
import libs
|
||||
|
||||
__all__ = ['completed']
|
||||
|
||||
completed = libs.add_all_libs()
|
Loading…
Add table
Add a link
Reference in a new issue