3 lines
106 B
Python

from flask_restx import Namespace
api = Namespace('dataset', path='/', description='Dataset Service API')