Started adding project and doc classes.
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
# -*- coding: utf-8 -*
|
||||
"""novelWriter Project Document
|
||||
|
||||
novelWriter – Project Document
|
||||
================================
|
||||
Class holding a document
|
||||
|
||||
File History:
|
||||
Created: 2018-09-29 [0.1.0]
|
||||
|
||||
"""
|
||||
|
||||
import logging
|
||||
import nw
|
||||
|
||||
from os import path
|
||||
|
||||
logger = logging.getLogger(__name__)
|
||||
|
||||
class NWDoc():
|
||||
|
||||
def __init__(self):
|
||||
|
||||
return
|
||||
|
||||
# END Class NWDoc
|
||||
Reference in New Issue
Block a user