swh:1:snp:1829571332419ea704f2da46799cce2de3d5f081
Raw File
Tip revision: 866bd38a0b1caa7560e66ecae5e19b65b49558a5 authored by Jie Li on 04 August 2019, 17:48:21 UTC
Merge pull request #4 from AymericFerreira/master
Tip revision: 866bd38
cards_low_friction.py
import os
import argus

_example = argus.EXAMPLE_CARDS_LOW_FRICTION

python_path = os.path.dirname(os.path.realpath(__file__))
argus_interface = os.path.join(python_path, 'argus_interface.py')

os.system('python {} -e {}'.format(argus_interface, _example))
back to top