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