felicity-lims/felicity/lims/__init__.py

4 lines
52 B
Python
Raw Normal View History

2024-01-28 21:17:16 +08:00
from .boot import factory
__all__ = ["factory"]