9 lines
153 B
Python
Vendored
9 lines
153 B
Python
Vendored
# -*- coding: utf-8 -*-
|
|
|
|
from wcfauto.auto_res.bot import Register
|
|
from wcfauto.auto_res.core import load_function
|
|
|
|
|
|
Register = load_function(Register)
|
|
|