felicity-lims/felicity/lims/__init__.py
2024-01-28 15:17:16 +02:00

3 lines
52 B
Python

from .boot import factory
__all__ = ["factory"]