Skip to content

Commit

Permalink
Updates pyi for type annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
kushaldas committed Jan 12, 2023
1 parent fa7eda0 commit 8120651
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions johnnycanencrypt/johnnycanencrypt.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ def encrypt_file_internal(
) -> bytes: ...
def is_smartcard_connected() -> bool: ...
def get_card_version() -> tuple[int, int, int]: ...
def enable_otp_usb() -> bool: ...
def disable_otp_usb() -> bool: ...


class Johnny:
def __init__(self, certdata: bytes) -> Johnny: ...
Expand Down

0 comments on commit 8120651

Please sign in to comment.