HumanBreak/src/module/index.ts

8 lines
175 B
TypeScript
Raw Normal View History

2024-11-17 21:25:14 +08:00
import { controller } from './weather';
import { WeatherController } from './weather/weather';
Mota.register('module', 'Weather', {
controller,
WeatherController
});