mirror of
https://github.com/kennethreitz-archive/plac.git
synced 2026-06-05 15:40:17 +00:00
7 lines
137 B
Python
7 lines
137 B
Python
# cmd_ext.py
|
|
from plac_ext import cmd_interface
|
|
import ishelve2
|
|
|
|
if __name__ == '__main__':
|
|
cmd_interface(ishelve2.main()).cmdloop()
|