Create project structure

This commit is contained in:
2022-10-19 19:59:46 -04:00
parent ee031b1436
commit ea85e210fb
6 changed files with 288 additions and 1 deletions

5
poos-xray.py Executable file
View File

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