mirror of
https://github.com/kennethreitz-archive/plac.git
synced 2026-06-05 15:40:17 +00:00
6 lines
128 B
Python
6 lines
128 B
Python
import plac
|
|
from ishelve import ishelve
|
|
|
|
if __name__ == '__main__':
|
|
plac.Interpreter(ishelve).execute(file('ishelve2.bat'))
|