8 lines
208 B
Python
8 lines
208 B
Python
description = 'NICOS LIN SE startup setup'
|
|
group = 'lowlevel'
|
|
|
|
startupcode = '''
|
|
print("============================================================")
|
|
print("Welcome to LIN SE tests and lab experiments")
|
|
'''
|