freesound sourcer

This commit is contained in:
2023-06-13 09:19:04 -06:00
parent 76285c1633
commit b22ac29b97
5 changed files with 58 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
package hollywoo_sourcer;
class FreesoundMain {
static function main() {
FreesoundMain_.main();
}
}