DocuBot / config /__init.py__
MaheshLEO4's picture
Initial commit for DocChat
b7e0e53
raw
history blame contribute delete
174 Bytes
from .settings import settings
from .constants import MAX_FILE_SIZE, MAX_TOTAL_SIZE, ALLOWED_TYPES
__all__ = ["settings", "MAX_FILE_SIZE", "MAX_TOTAL_SIZE", "ALLOWED_TYPES"]