Browse Source

register decorators

dev
Jingxun 8 months ago
parent
commit
9932c5fb07
  1. 15
      backend/decorators/__init__.py

15
backend/decorators/__init__.py

@ -0,0 +1,15 @@
# encoding: utf-8
"""
@author: Qiancj
@contact: qiancj@risenenergy.com
@file: __init__.py
@create-time: 2023-09-25 15:42
@description: The new python script
"""
__all__ = [
"cbv",
"DecratorSet",
]
from .cbv_decorator import cbv
from .exception_log import DecratorSet
Loading…
Cancel
Save