diff --git a/__init__.py b/__init__.py index 9642f8a..04175b4 100644 --- a/__init__.py +++ b/__init__.py @@ -21,8 +21,10 @@ bl_info = { "category" : "Collaboration" } +from .libs.bsyncio import bsyncio + def register(): - ... + bsyncio.register() def unregister(): - ... \ No newline at end of file + bsyncio.unregister() \ No newline at end of file diff --git a/libs/bsyncio b/libs/bsyncio index fc7282d..218055c 160000 --- a/libs/bsyncio +++ b/libs/bsyncio @@ -1 +1 @@ -Subproject commit fc7282d11d32d0693e5d7dbd100eb7f3e3138e84 +Subproject commit 218055c5f7d1b0be0998cd442e027a1f53ae6a7f