[Dong Xu] > This package allows for providing notifications on import to all > Farama Packages. Actually this is a dependency of python package > gymnasium and stable-baselines3, which are important libraries for > deep reinforcement learning and I use them daily.
Why must this be a separate debian package? As far as I can tell, the entire source code installed by this package look like this in farama_notifications/__init__.py: notifications = dict() Is there no other way to handle notifications across packages without this oneliner? -- Happy hacking Petter Reinholdtsen