felicity-lims/felicity/core/__init__.py
2024-01-25 19:52:03 +02:00

3 lines
65 B
Python

from core.config import get_settings
__all__ = ["get_settings"]