mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-07-19 03:41:47 +08:00
4 lines
99 B
TypeScript
4 lines
99 B
TypeScript
import { WeatherController } from './weather';
|
|
|
|
export const controller = new WeatherController();
|