app: Document the app_id property for App class

Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-02-11 16:30:17 -08:00 committed by James Valleroy
parent b576a77c3d
commit e36781af77
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -29,6 +29,11 @@ class App:
variation their behavior by choosing which components to have and by
customizing the components themselves.
'app_id' property of the app must string that is a globally unique ID. This
is typically also the name of the python module handling the app. So, it
should be all lower-case English alphabet and digits without any special
characters.
"""
app_id = None