mirror of
https://github.com/correl/openapi-core.git
synced 2024-11-25 11:09:53 +00:00
10 lines
278 B
Python
10 lines
278 B
Python
"""OpenAPI core module"""
|
|
from openapi_core.shortcuts import create_spec
|
|
|
|
__author__ = 'Artur Maciąg'
|
|
__email__ = 'maciag.artur@gmail.com'
|
|
__version__ = '0.0.1'
|
|
__url__ = 'https://github.com/p1c2u/openapi-core'
|
|
__license__ = 'BSD 3-Clause License'
|
|
|
|
__all__ = ['create_spec', ]
|