RSSHub/lib/routes/python/namespace.ts

10 lines
197 B
TypeScript

import type { Namespace } from '@/types';
export const namespace: Namespace = {
name: 'Python',
url: 'python.org',
categories: ['programming'],
description: '',
lang: 'en',
};