7 lines
139 B
Python
7 lines
139 B
Python
import os
|
|
|
|
USER_TABLE: str = os.getenv('USER_TABLE') # type: ignore
|
|
CHUNK_SIZE = 50
|
|
|
|
EMAIL_SENDER = ('EDUSEG®', 'noreply@eduseg.com.br')
|