aboutsummaryrefslogtreecommitdiff
path: root/tools/cru-py/cru/service/_base.py
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2024-11-11 01:12:29 +0800
committerYuqian Yang <crupest@crupest.life>2025-01-07 21:38:21 +0800
commit149760a315b6724577e279b4ef5264d992f637a2 (patch)
tree398740ccf1ee9b079c6357694385d0da08547807 /tools/cru-py/cru/service/_base.py
parent633fef27cb149d94fa2e819e8bd04a4f6a872ec3 (diff)
downloadcrupest-149760a315b6724577e279b4ef5264d992f637a2.tar.gz
crupest-149760a315b6724577e279b4ef5264d992f637a2.tar.bz2
crupest-149760a315b6724577e279b4ef5264d992f637a2.zip
HALF WORK: 2024.1.7
Diffstat (limited to 'tools/cru-py/cru/service/_base.py')
-rw-r--r--tools/cru-py/cru/service/_base.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/cru-py/cru/service/_base.py b/tools/cru-py/cru/service/_base.py
index f91eadd..98eed89 100644
--- a/tools/cru-py/cru/service/_base.py
+++ b/tools/cru-py/cru/service/_base.py
@@ -10,6 +10,7 @@ from cru import CruException, CruInternalError, CruPath
_F = TypeVar("_F")
+OWNER_NAME = "crupest"
class InternalAppException(CruInternalError):
pass