Revert "Add scripts to run tools locally"

This reverts commit 370e7e4dc5.
This commit is contained in:
Lionel Dricot 2023-09-16 10:45:21 +02:00
parent 6e215c0512
commit a6e64b1637
4 changed files with 0 additions and 12 deletions

View File

@ -1,3 +0,0 @@
#!/usr/bin/env python3
from offpunk.ansicat import main
main()

View File

@ -1,3 +0,0 @@
#!/usr/bin/env python3
from offpunk.netcache import main
main()

View File

@ -1,3 +0,0 @@
from . import main
main()

View File

@ -1,3 +0,0 @@
#!/usr/bin/env python3
from offpunk.opnk import main
main()