UPNISO_API / _init_.py
eishit32's picture
Create _init_.py
5b26d13 verified
Raw
History Blame Contribute Delete
195 Bytes
"""
Upniso Backend Package
This package contains the core business logic and services
that power the Upniso platform.
"""
__version__ = "2.0.0"
__all__ = [
"algorithm",
"community",
]