Add updater for matches and teams

This commit is contained in:
2020-10-04 00:42:35 +02:00
parent 9c88c28151
commit babfe66872
8 changed files with 8 additions and 0 deletions
@@ -0,0 +1,2 @@
package de.jeyp91.tippliga;public class TLWMatchesManagerBase {
}
@@ -0,0 +1,2 @@
package de.jeyp91.tippliga;public class TLWTeamsUpdater {
}
@@ -0,0 +1,2 @@
package de.jeyp91.tippliga;public class TLWMatchesUpdaterFootball {
}
@@ -0,0 +1,2 @@
package de.jeyp91.tippliga;public class TLWTeamsUpdaterTest {
}