fix: circular import

This commit is contained in:
wangruidong
2025-01-06 19:19:21 +08:00
committed by 老广
parent 6217018427
commit 48d0187604

View File

@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
from .tree import * # noqa fix circular import
from .nodes import *
from .assets import *
from .accounts import *
from .tree import *