INNER CODE UNIT · Python

OSCM

netkiller/shell · bin/oscm.py:19

class OSCM():
    debug = False
    db = {}
    path = None
    # os.path.expanduser('/Users/neo/Library/Mobile\ Documents//com~apple~CloudDocs/Book')
    books = []
    kindle = set()
    # extention='.mobi'



    def __init__(self):

        self.config = configparser.ConfigParser()
        self.config.read('config.ini')

        usage = "usage: %prog [option] list|install|remove app"
        self.parser = OptionParser(

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…