Remove data and doc module imports from __init__.py.

This commit is contained in:
Suherdy Yacob 2026-03-09 16:27:23 +07:00
parent a6c1d582ed
commit 6b7966d8cf

View File

@ -1,4 +1,2 @@
# -*- coding: utf-8 -*-
from . import models
from . import data
from . import doc
from . import models