Added some comments to launcher.py

This commit is contained in:
Clayton Wilson 2017-11-02 14:17:17 -04:00
parent bcdcdd682e
commit c06567de74

View File

@ -1,6 +1,6 @@
import os import os # TODO: change the order of all import statements to 1. standard library
from login import * from login import * # TODO: 2. related 3rd party
from actions import * from actions import * # TODO: 3. local application with blank lines between
def clear_screen(): def clear_screen():
IS_WINDOWS = os.name == "nt" IS_WINDOWS = os.name == "nt"