felicity-lims/felicity/main.py

13 lines
237 B
Python
Raw Normal View History

from felicity.lims import factory
2023-11-22 17:13:16 +08:00
description = """
Felicity LIMS API helps you do awesome stuff. 🚀
You will be able to:
...
"""
2024-02-16 23:48:19 +08:00
app_configs = {"title": "Felicity LIMS", "description": description}
2023-11-22 17:13:16 +08:00
felicity = factory(app_configs)