Files
oopt-gnpy-api/samples/fake_sample.py
EstherLerouzic 34df7f5fc1 Feat: create project skeleton using CANDI POC experimental api
Signed-off-by: EstherLerouzic <esther.lerouzic@orange.com>
Change-Id: I44c9c96c58fabb79e2b569f7b404036b475b4fde
2025-02-25 17:42:50 +01:00

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()