Skip to content

Instantly share code, notes, and snippets.

View leovano's full-sized avatar

Leo Silva Souza leovano

View GitHub Profile
@leovano
leovano / main.py
Last active March 7, 2026 20:27
Validador de CPF totalmente normal, confia
import time
from abc import ABC, abstractmethod
from collections import deque
from dataclasses import dataclass, fields
from typing import Any, Callable, Generic, ParamSpec, TypeVar
import regex
# ===============
# === NERDICE ===