bdisk/bdisk/main.py

16 lines
255 B
Python
Raw Normal View History

#!/usr/bin/env python3.6
2018-05-09 03:27:58 -04:00
import argparse
"""The primary user interface for BDisk. If we are running interactively,
parse arguments first, then initiate a BDisk session."""
def parseArgs():
pass
def run():
pass
def run_interactive():
pass