Rename and clean up a little

This commit is contained in:
2022-10-23 10:56:23 -04:00
parent 697cb22e09
commit 28d6c654e4
5 changed files with 3 additions and 4 deletions

5
ptoos-xray.py Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env python3
from src.main import main
main()