Update stubs

This commit is contained in:
Trinh Anh Ngoc
2022-10-16 23:24:52 +07:00
parent ee855a74a9
commit 63cd4b5689

View File

@@ -0,0 +1,2 @@
def get_barcode_check_digit(numeric_barcode: str) -> int: ...
def check_barcode_encoding(barcode: str, encoding: str) -> bool: ...