add disclaimer (#23)

This commit is contained in:
Giacomo Pasini 2023-05-02 12:04:06 +02:00 committed by GitHub
parent 3b8df69bb0
commit 346fc020d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,8 @@
# by the majority of honest nodes. Hence, after the view change, the protocol safety is preserved.
# Please note this is still a work in progress
from dataclasses import dataclass
from typing import TypeAlias, List, Set, Self, Optional, Dict, FrozenSet
from abc import abstractmethod