rua
This commit is contained in:
parent
baa00a3b0c
commit
6bfcc0bafd
15
try/data_types/__init__.jl
Normal file
15
try/data_types/__init__.jl
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
struct part
|
||||||
|
x::Float64
|
||||||
|
y::Float64
|
||||||
|
father::Vector{pointer, Nothing}
|
||||||
|
children::Vector{(pointer, Nothing)}
|
||||||
|
end
|
||||||
|
|
||||||
|
command_tree = Dict(
|
||||||
|
|
||||||
|
)
|
||||||
|
|
||||||
|
function command_parser(command_tree, command::String) :: Nothing
|
||||||
|
|
||||||
|
end
|
0
try/data_types/__init__.py
Normal file
0
try/data_types/__init__.py
Normal file
Loading…
Reference in New Issue
Block a user