Missing files and requirements
This commit is contained in:
parent
cd74bb53f6
commit
5e28a8d108
6 changed files with 82 additions and 2 deletions
|
|
@ -1,9 +1,11 @@
|
|||
from services.scd import SCD
|
||||
from services.point.cartesian import PointCartesian
|
||||
from services.point.polar import PointPolar
|
||||
from services.bottom.V1 import Bottom
|
||||
|
||||
implemented = {
|
||||
"SCD": SCD,
|
||||
"PointCartesian": PointCartesian,
|
||||
"PointPolar": PointPolar,
|
||||
"Bottom": Bottom
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue