cwyodmodules 0.3.55__tar.gz → 0.3.57__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/PKG-INFO +1 -1
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/env_helper.py +2 -2
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules.egg-info/PKG-INFO +1 -1
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/pyproject.toml +1 -1
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/LICENSE +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/README.md +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/api/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/api/chat_history.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/auth_utils.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/cosmosdb.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/database_client_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/database_factory.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/postgresdbservice.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/sample_user.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/common/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/common/answer.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/common/source_document.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/chunking_strategy.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/document_chunking_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/fixed_size_overlap.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/layout.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/page.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/paragraph.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/strategies.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/document_loading_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/layout.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/read.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/strategies.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/web.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/word_document.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/azure_blob_storage_client.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/azure_computer_vision_client.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/azure_form_recognizer_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/azure_postgres_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/azure_postgres_helper_light_rag.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/azure_search_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/agent_mode.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/assistant_strategy.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/config_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/conversation_flow.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/database_type.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/default.json +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/default_contract_assistant_prompt.txt +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/default_employee_assistant_prompt.txt +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/embedding_config.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/document_chunking_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/document_loading_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/embedders/embedder_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/embedders/embedder_factory.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/embedders/integrated_vectorization_embedder.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/embedders/postgres_embedder.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/embedders/push_embedder.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/lightrag_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/llm_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/orchestrator_helper.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/integrated_vectorization/azure_search_datasource.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/integrated_vectorization/azure_search_index.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/integrated_vectorization/azure_search_indexer.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/integrated_vectorization/azure_search_skillset.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/loggers/conversation_logger.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/lang_chain_agent.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/open_ai_functions.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/orchestration_strategy.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/orchestrator_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/prompt_flow.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/semantic_kernel_orchestrator.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/strategies.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/parser/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/parser/output_parser_tool.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/parser/parser_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/plugins/chat_plugin.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/plugins/outlook_calendar_plugin.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/plugins/post_answering_plugin.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/azure_search_handler.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/azure_search_handler_light_rag.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/integrated_vectorization_search_handler.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/lightrag_search_handler.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/postgres_search_handler.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/postgres_search_handler_light_rag.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/search.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/search/search_handler_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/answer_processing_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/answering_tool_base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/content_safety_checker.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/post_prompt_tool.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/question_answer_tool.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/text_processing_tool.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/config.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/database/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/database/base.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/database/models.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/indexing/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/indexing/chunking.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/indexing/extraction.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/indexing/types.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/indexing/upsert.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/indexing/utils.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/llm/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/llm/llm.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/llm/prompt.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/main.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/query/__init__.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/query/generate.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/query/graph_search.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/query/types.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/graphrag/query/vector_search.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/mgmt_config.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules.egg-info/SOURCES.txt +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules.egg-info/dependency_links.txt +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules.egg-info/requires.txt +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules.egg-info/top_level.txt +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/setup.cfg +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/tests/test_api.py +0 -0
- {cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/tests/test_batch.py +0 -0
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/env_helper.py
RENAMED
@@ -7,7 +7,7 @@ from ..orchestrator.orchestration_strategy import OrchestrationStrategy
|
|
7
7
|
from ..helpers.config.conversation_flow import ConversationFlow
|
8
8
|
from ..helpers.config.database_type import DatabaseType
|
9
9
|
|
10
|
-
from mgmt_config import logger, identity, keyvault, head_keyvault
|
10
|
+
from mgmt_config import logger, local_env_manager, identity, keyvault, head_keyvault
|
11
11
|
|
12
12
|
|
13
13
|
|
@@ -25,7 +25,7 @@ class EnvHelper:
|
|
25
25
|
|
26
26
|
@logger.trace_function(log_execution=True, log_args=False, log_result=False)
|
27
27
|
def __load_config(self, **kwargs) -> None:
|
28
|
-
|
28
|
+
local_env_manager.print_settings()
|
29
29
|
logger.info("Initializing EnvHelper")
|
30
30
|
logger.info("key_vault_uri: " + os.getenv("key_vault_uri"))
|
31
31
|
logger.info("head_key_vault_uri: " + os.getenv("head_key_vault_uri"))
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/auth_utils.py
RENAMED
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/cosmosdb.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/chat_history/sample_user.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/common/source_document.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/layout.py
RENAMED
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_chunking/page.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/layout.py
RENAMED
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/read.py
RENAMED
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/document_loading/web.py
RENAMED
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/config/default.json
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/lightrag_helper.py
RENAMED
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/helpers/llm_helper.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/prompt_flow.py
RENAMED
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/orchestrator/strategies.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/parser/parser_base.py
RENAMED
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/plugins/chat_plugin.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{cwyodmodules-0.3.55 → cwyodmodules-0.3.57}/cwyodmodules/batch/utilities/tools/post_prompt_tool.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|