mirror of
https://github.com/kennethreitz-archive/plac.git
synced 2026-06-17 22:20:57 +00:00
6 lines
132 B
Python
6 lines
132 B
Python
# ishelve3.py
|
|
from ishelve2 import ShelveInterface as main
|
|
|
|
if __name__ == '__main__':
|
|
import plac; plac.Interpreter.call(main)
|