mirror of
https://github.com/OpenMTC/OpenMTC.git
synced 2025-01-01 18:56:46 +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"]
|