WebScraper.pro / app /config /__init__.py
LovnishVerma's picture
Upload 51 files
50dca14 verified
raw
history blame contribute delete
195 Bytes
from .settings import get_config, BaseConfig, DevelopmentConfig, ProductionConfig, TestingConfig
__all__ = ["get_config", "BaseConfig", "DevelopmentConfig", "ProductionConfig", "TestingConfig"]