leetrs 1.0.0

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

class Solution:
    def twoSum(self, nums: List[int], target: int) -> List[int]: