#!/usr/bin/env python3 # -*- coding: utf-8 -*- """Examples of api calls """ # for the moment just launch gnpy to check everything is OK from gnpy.tools.cli_examples import transmission_main_example transmission_main_example()