This commit is contained in:
Marc Beninca 2024-06-21 14:54:36 +02:00
parent c5c01f14cb
commit 42c05eecb7
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
5 changed files with 0 additions and 0 deletions

8
pidd/__main__.py Executable file
View file

@ -0,0 +1,8 @@
#! /usr/bin/env python3
"""Entry point."""
import cidd
if __name__ == "__main__":
cidd.main(__file__)