Spaces:
Sleeping
Sleeping
File size: 195 Bytes
5b26d13 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | """
Upniso Backend Package
This package contains the core business logic and services
that power the Upniso platform.
"""
__version__ = "2.0.0"
__all__ = [
"algorithm",
"community",
]
|