created config, teams xml file, and teamsParser class

#implement
This commit is contained in:
Haoming Yin
2017-03-17 01:04:10 +13:00
parent 16abfcffda
commit 121f996a43
3 changed files with 33 additions and 0 deletions
@@ -0,0 +1,11 @@
package seng302.models.parsers;
public class teamsParser extends FileParser {
public teamsParser(String path) {
super(path);
}
}