Skip to content

Commit

Permalink
Added module entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Koen1999 committed Jan 18, 2025
1 parent dd88ede commit 02cf98c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions suricata_check/__main__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
"""Main entrypoint for module referncing which can be used as a proxy for `suricata_check.suricata_check:main`."""
from suricata_check.suricata_check import main

if __name__ == "__main__":
main()

0 comments on commit 02cf98c

Please sign in to comment.