9 lines
152 B
Python
9 lines
152 B
Python
"""
|
|
Database models for the <this> module
|
|
|
|
Models:
|
|
- <ModelName>:
|
|
- <normal_columns[FK][PK]>
|
|
- <orm_relationships>
|
|
- <calculated_properties>
|
|
"""
|