get_details method implemented

application
David Groys 2024-06-10 16:26:00 +02:00
parent 1a8f2bfa74
commit a8cac6b067
1 changed files with 3 additions and 0 deletions

View File

@ -48,4 +48,7 @@ public class Application {
return running_system.current_weather(); return running_system.current_weather();
} }
public String[] get_getails(){
return System.get_details();
}
} }