const LokiAppDotNetAPI = require('./loki_app_dot_net_api');

class LokiPublicChatAPI extends LokiAppDotNetAPI {}

module.exports = LokiPublicChatAPI;