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
|
import os.path
|
||||||
|
|
||||||
# check that a file can be edited
|
# check that a file can be edited
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# define background lattices
|
||||||
|
|
||||||
from point import Point
|
from point import Point
|
||||||
|
|
||||||
# parent class of all lattices
|
# parent class of all lattices
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# main drawing class
|
||||||
|
|
||||||
import sys
|
import sys
|
||||||
import math
|
import math
|
||||||
from kivy.uix.widget import Widget
|
from kivy.uix.widget import Widget
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
# two-dimensional point structure
|
||||||
|
|
||||||
import math
|
import math
|
||||||
|
|
||||||
# point in two dimensions
|
# point in two dimensions
|
||||||
|
Loading…
Reference in New Issue
Block a user