Started adding project and doc classes.

This commit is contained in:
Veronica K. B. Olsen
2018-09-29 20:33:19 +02:00
parent 009555b963
commit abd9d441ad
6 changed files with 187 additions and 9 deletions
+4
View File
@@ -74,6 +74,10 @@ logger = logging.getLogger(__name__)
# Load the main config as a global object
CONFIG = Config()
# Constants
DOCTYPE_DOC = 0
DOCTYPE_PROJECT = 1
def main(sysArgs):
"""
Parses command line, sets up logging, and launches main GUI.