make main.py _the_ entry point, also chmod +x

This commit is contained in:
InsanePrawn 2021-09-30 17:19:55 +02:00
parent 482c5f8111
commit 0b134257cc

2
main.py Normal file → Executable file
View file

@ -1,3 +1,5 @@
#!/usr/bin/env python3
from packages import cmd_packages
from cache import cmd_cache
from image import cmd_image