baoSOC/emailchecker.py
2024-06-22 14:30:58 +02:00

8 lines
132 B
Python

#!/usr/bin/env python3
class EmailChecker:
def __init__(self, key):
self.headers = {
'Key': key,
}