leetrs 1.0.3

A command-line tool to interact with LeetCode.
Documentation
1
2
3
4
5
# id=29 slug=divide-two-integers lang=python3

class Solution:
    def divide(self, dividend: int, divisor: int) -> int: