make main.py _the_ entry point, also chmod +x
This commit is contained in:
parent
482c5f8111
commit
0b134257cc
1 changed files with 2 additions and 0 deletions
2
main.py
Normal file → Executable file
2
main.py
Normal file → Executable file
|
@ -1,3 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from packages import cmd_packages
|
||||
from cache import cmd_cache
|
||||
from image import cmd_image
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue