event file updated

This commit is contained in:
2025-01-30 23:55:54 +03:00
parent af82f74eb6
commit 1fe88e226a
121 changed files with 2726 additions and 180 deletions

View File

@@ -0,0 +1,14 @@
from Events.Engine.abstract_class import CategoryCluster
from info import template_page_info
TemplateCluster = CategoryCluster(
name="TemplateCluster",
tags=["template"],
prefix="/template",
description="Template cluster",
pageinfo=template_page_info,
endpoints={},
include_in_schema=True,
sub_category=[],
)