Rename "blenderpack" module to "bpackage"

Also split code into files by class
This commit is contained in:
gandalf3
2017-07-06 22:58:17 -07:00
parent bc6f5bcdd4
commit bbc1c8b3bf
6 changed files with 62 additions and 62 deletions

3
bpackage/__init__.py Normal file
View File

@@ -0,0 +1,3 @@
import bpackage.exceptions
from .package import Package
from .repository import Repository