leetrs 1.0.7

A command-line tool to interact with LeetCode.
Documentation
1
2
3
4
5
# id=10 slug=regular-expression-matching lang=python3

class Solution:
    def isMatch(self, s: str, p: str) -> bool: