chore: code format

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

View file

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