2018-07-17 17:24:20 +00:00
|
|
|
#!/usr/bin/env python
|
|
|
|
# Copyright 2018 The Chromium Authors. All rights reserved.
|
2017-11-30 19:06:33 +00:00
|
|
|
# Use of this source code is governed by a BSD-style license that can be
|
|
|
|
# found in the LICENSE file.
|
|
|
|
|
2018-07-17 17:24:20 +00:00
|
|
|
import convert_protocol_to_json
|
2017-11-30 19:06:33 +00:00
|
|
|
|
|
|
|
|
2018-07-17 17:24:20 +00:00
|
|
|
def main():
|
|
|
|
convert_protocol_to_json.main()
|