From beb655553bf6ec4b403bfe44c1e20073342285e0 Mon Sep 17 00:00:00 2001 From: crupest Date: Mon, 11 Nov 2024 01:12:29 +0800 Subject: HALF WORK: 2024.1.20 --- tools/cru-py/cru/template.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tools/cru-py/cru/template.py') diff --git a/tools/cru-py/cru/template.py b/tools/cru-py/cru/template.py index eb8c8ab..2b0f1bc 100644 --- a/tools/cru-py/cru/template.py +++ b/tools/cru-py/cru/template.py @@ -28,6 +28,10 @@ class CruTemplate: def prefix(self) -> str: return self._prefix + @property + def raw_text(self) -> str: + return self._template.template + @property def py_template(self) -> Template: return self._template -- cgit v1.2.3