mirror of
https://github.com/Telecominfraproject/oopt-gnpy-api.git
synced 2025-10-29 09:02:39 +00:00
8 lines
95 B
Python
8 lines
95 B
Python
#!/usr/bin/env python
|
|
|
|
"""GNPy official API
|
|
"""
|
|
from flask import Flask
|
|
|
|
app = Flask(__name__)
|