Skip to content

Commit

Permalink
Merge remote-tracking branch 'FelixFourcolor/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
surjikal committed Jun 17, 2024
2 parents afe0c7f + 243e907 commit 66a7bb4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/pyright_polite/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# SPDX-FileCopyrightText: Copyright © 2024 Felix Fourcolor <[email protected]>
# SPDX-License-Identifier: MIT

"""Alternative entrypoint."""

from .main import main

if __name__ == "__main__":
main()

0 comments on commit 66a7bb4

Please sign in to comment.