Commit 0661b01a authored by Zheng Gaoshan's avatar Zheng Gaoshan
Browse files

Update a.py

parent a61beff5
#this is test message
try: try:
import jinja2 import jinja2
template = jinja2.Template("Hello {{ name }}!") template = jinja2.Template("Hello {{ name }}!")
...@@ -44,4 +45,4 @@ try: ...@@ -44,4 +45,4 @@ try:
except Exception as e: except Exception as e:
print("❌ Loguru 测试失败:", e) print("❌ Loguru 测试失败:", e)
print("\n🎉 所有测试完成") print("\n🎉 所有测试完成")
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment