cloud-api/src/_module_template/dependencies.py

6 lines
103 B
Python
Raw Normal View History

2026-04-06 12:41:49 +01:00
"""
2026-05-28 15:41:10 +01:00
Dependencies related to the <this> module
2026-04-06 12:41:49 +01:00
2026-05-28 15:41:10 +01:00
Exports:
- <dep_name>: <return_type>: <description>
2026-04-06 12:41:49 +01:00
"""