Closed quinnwai closed 2 months ago
In __init__.py, we are currently using the manifest as a shared variable between methods. This causes some confusing dev moments like...
__init__.py
We should find a more scoped alternative to the manifest.
marked as won't do for now
In
__init__.py
, we are currently using the manifest as a shared variable between methods. This causes some confusing dev moments like...We should find a more scoped alternative to the manifest.