"""Compatibility wrapper for the Sundew Diabetes Commons app.""" from __future__ import annotations from app import main if __name__ == "__main__": # pragma: no cover main()