mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 18:22:46 +00:00
12 lines
166 B
Python
12 lines
166 B
Python
# coding=utf-8
|
|
|
|
from common.mixins.api_mixin import APIMixin
|
|
|
|
|
|
class KnowledgeWorkflowApi(APIMixin):
|
|
pass
|
|
|
|
|
|
class KnowledgeWorkflowVersionApi(APIMixin):
|
|
pass
|