add script to run leaden without installation
This commit is contained in:
parent
f8c7475842
commit
887480d766
9
leaden_noinstall.py
Executable file
9
leaden_noinstall.py
Executable file
@ -0,0 +1,9 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
|
||||
import sys
|
||||
|
||||
import leaden.cmdline
|
||||
|
||||
|
||||
leaden.cmdline.execute(argv=sys.argv[1:], settings=None)
|
Loading…
Reference in New Issue
Block a user