Add feature to make libs importable

This commit is contained in:
Labrys of Knossos 2018-12-16 18:38:54 -05:00
parent b115ecc1fe
commit 43ffbc7c34
4 changed files with 119 additions and 19 deletions

6
libs/autoload.py Normal file
View file

@ -0,0 +1,6 @@
import libs
__all__ = ['completed']
completed = libs.add_all_libs()