Skip to content
This repository has been archived by the owner on Oct 3, 2020. It is now read-only.

Commit

Permalink
adding a weather skill
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Nov 4, 2019
1 parent bf74621 commit 5bf0cfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/andromeda/araserver/skills/Weather.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.andromeda.araserver.skills

class Weather {
fun getWeather(url:String){

}
}

0 comments on commit 5bf0cfc

Please sign in to comment.