12 lines
212 B
Python
12 lines
212 B
Python
from Events.Engine.abstract_class import PageInfo
|
|
|
|
|
|
template_page_info = PageInfo(
|
|
name="template",
|
|
title={"en": "template"},
|
|
description={"en": "template"},
|
|
icon="",
|
|
parent="",
|
|
url="",
|
|
)
|