Files
plac/doc/ishelve3.py
2010-09-06 01:32:36 -04:00

6 lines
132 B
Python

# ishelve3.py
from ishelve2 import ShelveInterface as main
if __name__ == '__main__':
import plac; plac.Interpreter.call(main)