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

Commit

Permalink
working on a skills support server
Browse files Browse the repository at this point in the history
  • Loading branch information
fulton committed Dec 21, 2019
1 parent bb25ff7 commit df92a40
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/andromeda/araserver/pages/GetSkillData.kt
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
package com.andromeda.araserver.pages

class GetSkillData {
fun main(){
val mainMap = mapOf("CALL" to "to call", "TOG_MEDIA" to "", "SITE" to "what site?","OUTPUT" to "title and description", "TEXT" to "Who to text?")
}
}

0 comments on commit df92a40

Please sign in to comment.