13 lines
163 B
Python
13 lines
163 B
Python
|
|
import time,sys
|
|
import __init__
|
|
|
|
from test_common_function import *
|
|
|
|
def test_proc():
|
|
power_grifo_off(10)
|
|
|
|
if __name__ == '__main__':
|
|
test_proc()
|
|
|