1 package util
.command
.databases
;
3 import interfaces
.DJInterface
;
7 import util
.command
.Command
;
10 public class Edit
implements Command
{
12 private Map
<String
, String
> args
;
14 public void init(Map
<String
, String
> args
) {
18 public Node
run(DJInterface dj
) {
19 // TODO Auto-generated method stub