chore: code format

This commit is contained in:
Vlad Stan 2023-06-22 10:02:29 +03:00
parent 09d2fc0493
commit 1a58f0fea8
4 changed files with 13 additions and 9 deletions

View file

@ -23,6 +23,7 @@
from enum import Enum
class Encoding(Enum):
"""Enumeration type to list the various supported encodings."""
BECH32 = 1