fix auto partner ref

This commit is contained in:
ivan deng
2020-01-06 23:06:31 +08:00
parent 80cef3d182
commit 0dbd5e09ee
18 changed files with 524 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
# -*- coding: utf-8 -*-
from . import models
from .hooks import pre_init_hook
from .hooks import post_init_hook
from .hooks import uninstall_hook