This commit is contained in:
9
backend/app/templates/__init__.py
Normal file
9
backend/app/templates/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
"""
|
||||
模板目录 - 存放可编辑的输出模板
|
||||
"""
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
TEMPLATES_DIR = Path(__file__).parent
|
||||
|
||||
__all__ = ["TEMPLATES_DIR"]
|
||||
Reference in New Issue
Block a user