4 lines
99 B
Python
4 lines
99 B
Python
from flask_restx import Namespace
|
|
|
|
api = Namespace('app', path='/', description='App Service API')
|