mirror of
https://github.com/unanmed/HumanBreak.git
synced 2025-03-01 10:07:06 +08:00
8 lines
175 B
TypeScript
8 lines
175 B
TypeScript
|
import { controller } from './weather';
|
||
|
import { WeatherController } from './weather/weather';
|
||
|
|
||
|
Mota.register('module', 'Weather', {
|
||
|
controller,
|
||
|
WeatherController
|
||
|
});
|