12 lines
183 B
Python
12 lines
183 B
Python
# Copyright 2020 DEVSIM LLC
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
####
|
|
#### info.py
|
|
#### print features for this build
|
|
####
|
|
import devsim
|
|
|
|
print(devsim.get_parameter(name="info"))
|