HumanBreak/src/module/weather/index.ts
2024-11-17 21:25:14 +08:00

4 lines
99 B
TypeScript

import { WeatherController } from './weather';
export const controller = new WeatherController();