v0.0.3
Code Refactoring
- return
Tuple[int, int]for supporting range in the future
BREAKING CHANGE
return type are now Union[Tuple[int, int], None] instead of int
Tuple[int, int] for supporting range in the futurereturn type are now Union[Tuple[int, int], None] instead of int