Skip to content
Snippets Groups Projects
Commit c89344d2 authored by Kostas Vilkelis's avatar Kostas Vilkelis :flamingo:
Browse files

Merge branch 'main' into readme

parents e9d1adf2 bcece409
Branches
Tags
1 merge request!12Create readme file
import numpy as np
_tb_type = dict[tuple[()] | tuple[int, ...], np.ndarray]
_tb_type = dict[tuple[int, ...], np.ndarray]
def add_tb(tb1: _tb_type, tb2: _tb_type) -> _tb_type:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment