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

export const namespace: Namespace = {
    name: 'Darwin Awards',
    url: 'darwinawards.com',
    categories: ['other'],
    lang: 'en',
};
