mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2024-12-29 17:28:58 +00:00
8 lines
169 B
Python
8 lines
169 B
Python
# Example 15: Running App with Static Information
|
|
|
|
from openmtc_app.onem2m import XAE
|
|
|
|
class MyAE(XAE):
|
|
app_id = "AnotherAppID"
|
|
labels =["keyword1", "keyword2"]
|