litestar-pg-redis-docker
litestar-pg-redis-docker copied to clipboard
Move `app` from global scope to `__main__`-protected scope
app object should be created within __main__ only
Pull Request Checklist
- [ ] New code has 100% test coverage
- [ ] (If applicable) The prose documentation has been updated to reflect the changes introduced by this PR
- [ ] (If applicable) The reference documentation has been updated to reflect the changes introduced by this PR
- [ ] Pre-Commit Checks were ran and passed
- [ ] Tests were ran and passed