Cleanup imports and add file-wide comments
This commit is contained in:
parent
c09600cd10
commit
7a044a1619
@ -1,3 +1,5 @@
|
||||
# check that a file is creatable/writable/editable
|
||||
|
||||
import os.path
|
||||
|
||||
# check that a file can be edited
|
||||
|
@ -1,3 +1,5 @@
|
||||
# define background lattices
|
||||
|
||||
from point import Point
|
||||
|
||||
# parent class of all lattices
|
||||
|
@ -1,3 +1,5 @@
|
||||
# main drawing class
|
||||
|
||||
import sys
|
||||
import math
|
||||
from kivy.uix.widget import Widget
|
||||
|
@ -1,3 +1,5 @@
|
||||
# two-dimensional point structure
|
||||
|
||||
import math
|
||||
|
||||
# point in two dimensions
|
||||
|
Loading…
Reference in New Issue
Block a user