Add development pylock starter
This commit is contained in:
parent
63e84e940e
commit
b26615eaa1
1 changed files with 10 additions and 0 deletions
10
pylock.py
Executable file
10
pylock.py
Executable file
|
@ -0,0 +1,10 @@
|
||||||
|
#!/usr/bin/env python3
|
||||||
|
|
||||||
|
import os
|
||||||
|
import sys
|
||||||
|
|
||||||
|
sys.path.insert(0, os.path.dirname(__file__))
|
||||||
|
|
||||||
|
from pylock import Main
|
||||||
|
|
||||||
|
Main.main()
|
Reference in a new issue