chore: initialize screenjob project baseline
This commit is contained in:
12
screenjob.py
Normal file
12
screenjob.py
Normal file
@@ -0,0 +1,12 @@
|
||||
"""
|
||||
Compatibility wrapper.
|
||||
|
||||
Preferred entry point:
|
||||
python main.py "<job>"
|
||||
"""
|
||||
|
||||
from src.cli import main
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
raise SystemExit(main())
|
||||
Reference in New Issue
Block a user