5 lines
85 B
Python
5 lines
85 B
Python
import os
|
|
|
|
USER_TABLE: str = os.getenv('USER_TABLE') # type: ignore
|
|
CHUNK_SIZE = 50
|