More setup fixes
This commit is contained in:
parent
50451b3676
commit
02c0a2d325
3 changed files with 16 additions and 5 deletions
5
scripts/pylock
Executable file
5
scripts/pylock
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
from pylock import Main
|
||||
|
||||
Main.main()
|
Reference in a new issue