mirror of
https://github.com/beak-insights/felicity-lims.git
synced 2025-02-19 22:42:54 +08:00
12 lines
237 B
Python
12 lines
237 B
Python
from felicity.lims import factory
|
|
|
|
description = """
|
|
Felicity LIMS API helps you do awesome stuff. 🚀
|
|
|
|
You will be able to:
|
|
...
|
|
"""
|
|
|
|
app_configs = {"title": "Felicity LIMS", "description": description}
|
|
|
|
felicity = factory(app_configs)
|