-
Notifications
You must be signed in to change notification settings - Fork 4
/
shell.py
30 lines (21 loc) · 913 Bytes
/
shell.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# encoding: utf-8
# author: Daniel Kovacs <mondomhogynincsen@gmail.com>
# licence: MIT <https://opensource.org/licenses/MIT>
# file: shell.py
# purpose: interactive demo
# version: 1.0
# ---------------------------------------------------------------------------------------
# imports
# ---------------------------------------------------------------------------------------
import sys, os
from pprint import pprint
pp = pprint
# ---------------------------------------------------------------------------------------
# package specific imports
# ---------------------------------------------------------------------------------------
from sutils import *
# ---------------------------------------------------------------------------------------
# main
# ---------------------------------------------------------------------------------------
# setup your shell here
# use print() to print help to users