5 lines
77 B
Python
5 lines
77 B
Python
# app package
|
|
"""Generic REST API Service package."""
|
|
|
|
__version__ = "0.1.0"
|