""" Upniso Backend Package This package contains the core business logic and services that power the Upniso platform. """ __version__ = "2.0.0" __all__ = [ "algorithm", "community", ]