# # Copyright (C) 2014-2015 UAVCAN Development Team # # This software is distributed under the terms of the MIT License. # # Author: Ben Dyer # Pavel Kirienko # import unittest from uavcan import driver # TODO if __name__ == '__main__': unittest.main()