Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import azure.functions as func
from .scenario_downloader import ScenarioDownloader
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import csv
import io
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import copy
import unittest
Expand Down
2 changes: 1 addition & 1 deletion CosmoTech_Acceleration_Library/Modelops/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
2 changes: 1 addition & 1 deletion CosmoTech_Acceleration_Library/Modelops/core/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import logging
import functools
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import logging

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import csv
import logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import logging
import time
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import logging

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import logging

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import logging

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import json
import logging
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.
import unittest

Expand Down
4 changes: 2 additions & 2 deletions CosmoTech_Acceleration_Library/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (c) Cosmo Tech corporation.
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# Licensed under the MIT license.

__version__ = '0.9.0'
__version__ = '0.9.1'
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/adx_send_scenariodata.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/api.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/rds_load_csv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/rds_send_csv.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/rds_send_store.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/run_load_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/scenariorun_load_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/tdl_load_files.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/tdl_send_files.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/wsf_load_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/api/wsf_send_file.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
79 changes: 79 additions & 0 deletions cosmotech/coal/cli/commands/az_storage_upload.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,79 @@
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
# etc., to any person is prohibited unless it has been previously and
# specifically authorized by written means by Cosmo Tech.

import pathlib

from azure.storage.blob import ContainerClient

from cosmotech.coal.cli.utils.click import click
from cosmotech.coal.cli.utils.decorators import web_help
from cosmotech.coal.utils.logger import LOGGER


@click.command()
@click.option("--source-folder",
envvar="CSM_DATASET_ABSOLUTE_PATH",
help="The folder/file to upload to the target blob storage",
metavar="PATH",
type=str,
show_envvar=True,
required=True)
@click.option("--recursive/--no-recursive",
default=False,
help="Recursively send the content of every folder inside the starting folder to the blob storage",
type=bool,
is_flag=True)
@click.option("--blob-name",
envvar="AZURE_STORAGE_BLOB_NAME",
help="The blob name in the Azure Storage service to upload to",
metavar="BUCKET",
type=str,
show_envvar=True,
required=True)
@click.option("--prefix",
"file_prefix",
envvar="CSM_DATA_BLOB_PREFIX",
help="A prefix by which all uploaded files should start with in the blob storage",
metavar="PREFIX",
type=str,
show_envvar=True,
default="")
@click.option("--az-storage-sas-url",
help="SAS url allowing access to the AZ storage container",
type=str,
show_envvar=True,
metavar="URL",
envvar="AZURE_STORAGE_SAS_URL")
@web_help("csm-data/az-storage-upload")
def az_storage_upload(
source_folder,
blob_name: str,
az_storage_sas_url: str,
file_prefix: str = "",
recursive: bool = False
):
"""Upload a folder to an Azure Storage Blob"""
source_path = pathlib.Path(source_folder)
if not source_path.exists():
LOGGER.error(f"{source_folder} does not exists")
raise FileNotFoundError(f"{source_folder} does not exists")

def file_upload(file_path: pathlib.Path, file_name: str):
uploaded_file_name = blob_name + "/" + file_prefix + file_name
LOGGER.info(f"Sending {file_path} as {uploaded_file_name}")
ContainerClient.from_container_url(az_storage_sas_url).upload_blob(uploaded_file_name,
file_path.open("rb"),
overwrite=True)

if source_path.is_dir():
_source_name = str(source_path)
for _file_path in source_path.glob("**/*" if recursive else "*"):
if _file_path.is_file():
_file_name = str(_file_path).removeprefix(_source_name).removeprefix("/")
file_upload(_file_path, _file_name)
else:
file_upload(source_path, source_path.name)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/legacy/legacy.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/s3_bucket_delete.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/s3_bucket_download.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/s3_bucket_upload.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/dump_to_azure.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/dump_to_postgresql.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/dump_to_s3.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/list_tables.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/load_csv_folder.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/load_from_singlestore.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/reset.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/commands/store/store.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
4 changes: 3 additions & 1 deletion cosmotech/coal/cli/main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand All @@ -9,6 +9,7 @@
from CosmoTech_Acceleration_Library import __version__
from cosmotech.coal.cli.commands.adx_send_scenariodata import adx_send_scenariodata
from cosmotech.coal.cli.commands.api.api import api
from cosmotech.coal.cli.commands.az_storage_upload import az_storage_upload
from cosmotech.coal.cli.commands.legacy.legacy import legacy
from cosmotech.coal.cli.commands.s3_bucket_download import s3_bucket_download
from cosmotech.coal.cli.commands.s3_bucket_upload import s3_bucket_upload
Expand Down Expand Up @@ -52,6 +53,7 @@ def main():
main.add_command(s3_bucket_upload, "s3-bucket-upload")
main.add_command(s3_bucket_delete, "s3-bucket-delete")
main.add_command(adx_send_scenariodata, "adx-send-scenariodata")
main.add_command(az_storage_upload, "az-storage-upload")

if __name__ == "__main__":
main()
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/utils/click.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cli/utils/decorators.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cosmotech_api/connection.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
2 changes: 1 addition & 1 deletion cosmotech/coal/cosmotech_api/run.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright (C) - 2023 - 2024 - Cosmo Tech
# Copyright (C) - 2023 - 2025 - Cosmo Tech
# This document and all information contained herein is the exclusive property -
# including all intellectual property rights pertaining thereto - of Cosmo Tech.
# Any use, reproduction, translation, broadcasting, transmission, distribution,
Expand Down
Loading
Loading