Merge branch 'feature/664-3-0-lib-refactor' into feature/lib-refactor-antirotor

This commit is contained in:
Ondřej Samohel 2020-10-28 15:15:51 +01:00
commit 5ae50f5e72
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
2 changed files with 2 additions and 0 deletions

View file

@ -1,5 +1,7 @@
# -*- coding: utf-8 -*-
"""Pype lib module."""
from .lib_old import *
from .hooks import PypeHook, execute_hook
from .plugin_tools import filter_pyblish_plugins