GeekBot / config /__init.py__
abrar-adnan's picture
Initial commit
6acfeaf verified
raw
history blame contribute delete
177 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"]