
response_type.py
About this file
This file contains constants for the response type, such as note, files, or links. It also contains a set of constants to define email workflow.
They also serve as the table names and polymorphic identities for all tables inheriting from Responses.
Code Check Report
app/constants/response_type.py:30:3: W292 no newline at end of file
Documentation drawn from source code
In order to prevent confusion with the Responses inheritance hierarchy,these constants also serve as the table names and polymorphic identitiesfor all tables inheriting from Responses.