import type { Namespace } from '@/types';

export const namespace: Namespace = {
    name: '维基新闻',
    url: 'zh.wikinews.org',
    lang: 'zh-CN',
};
