Skip to content

refactor __init__.py and add constants #338

refactor __init__.py and add constants

refactor __init__.py and add constants #338

Workflow file for this run

name: CodeQL
on: [push, pull_request]
jobs:
analyze:
name: Analyze
runs-on: ubuntu-latest
permissions:
actions: read
contents: read
security-events: write
steps:
- uses: actions/checkout@v4
- uses: github/codeql-action/init@v3
with:
languages: python
- uses: github/codeql-action/analyze@v3