felicity-lims/felicity/lims/__init__.py

4 lines
73 B
Python
Raw Normal View History

2023-08-14 02:08:08 +08:00
from lims.boot import register_felicity
2023-09-11 13:02:05 +08:00
__all__ = ["register_felicity"]