#!/usr/bin/env python

from simple_arm import simple_arm

if __name__ == '__main__':
    simple_arm.main()
