7 lines
68 B
Python
7 lines
68 B
Python
import cProfile
|
|
import pstats
|
|
from camlib import *
|
|
|
|
g = Geometry()
|
|
|