## 🚀 Feature Proposal add `pass` for template ```python class Solution: def findAnagrams(self, s: str, p: str) -> List[int]: pass # @lc code=end ``` ## Motivation Avoid VScode propose Problem "Expected indented block"