All changes are either: - Correcting tabs - Adding/removing line breaks - Adding trailing commas
8 lines
220 B
Python
8 lines
220 B
Python
"""
|
|
Pydantic models for the <this> module
|
|
|
|
Models follow the nomenclature of:
|
|
- Sub-models: "<Resource><Opt:>Schema"
|
|
- Mixins: "<Attribute>Mixin"
|
|
- Models: "<Module><Method><Resource><Opt:Resource><Direction>" ie ""
|
|
"""
|