2025-06-23 12:24:23 +08:00
|
|
|
package modules
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
_ "blazing/modules/base"
|
2025-12-21 17:18:33 +00:00
|
|
|
_ "blazing/modules/config"
|
2025-06-23 12:24:23 +08:00
|
|
|
_ "blazing/modules/dict"
|
2026-01-19 18:51:56 +08:00
|
|
|
_ "blazing/modules/player"
|
2025-06-23 12:24:23 +08:00
|
|
|
_ "blazing/modules/space"
|
|
|
|
|
_ "blazing/modules/task"
|
|
|
|
|
)
|