12 lines
222 B
Python
12 lines
222 B
Python
from Events.Engine.abstract_class import PageInfo
|
|
|
|
|
|
authentication_page_info = PageInfo(
|
|
name="Authentication",
|
|
url="",
|
|
language_models={},
|
|
endpoints={},
|
|
icon="Authentication",
|
|
sub_components=[],
|
|
)
|