cidd → pidd

This commit is contained in:
Marc Beninca 2024-06-21 14:57:57 +02:00
parent 42c05eecb7
commit 9f12c01057
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
22 changed files with 664 additions and 664 deletions

View file

@ -2,7 +2,7 @@
"""Entry point."""
import cidd
import pidd
if __name__ == "__main__":
cidd.main(__file__)
pidd.main(__file__)