felicity-lims/felicity/main.py

16 lines
247 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:
...
"""
app_configs = {
"title": "Felicity LIMS",
'description': description
}
2023-11-22 17:13:16 +08:00
felicity = factory(app_configs)