mirror of
https://github.com/Telecominfraproject/oopt-gnpy-api.git
synced 2025-10-29 01:02:18 +00:00
Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com> Change-Id: I44c9c96c58fabb79e2b569f7b404036b475b4fde
12 lines
230 B
Python
12 lines
230 B
Python
#!/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()
|