This commit is contained in:
2021-09-07 19:43:30 -06:00
parent dfcb13806f
commit 7c8a80057f
3 changed files with 8 additions and 0 deletions

View File

@@ -5,5 +5,8 @@ import kiss.List;
import nat.System;
import haxe.Json;
/**
* Base System that processes Entries using the HTTP API for any wiki built with MediaWiki
*/
@:build(kiss.Kiss.build())
class MediaWikiSystem extends System {}