D5: Added class documentation

This commit is contained in:
Victor Larchenko 2016-11-23 11:37:57 +06:00 committed by Youness Alaoui
parent c18b3149da
commit 897f01150b

View file

@ -25,6 +25,7 @@ import math
import re
# Class for loading and parsing G-code files
class GCodeReader(MeshReader):
def __init__(self):
super(GCodeReader, self).__init__()