10 lines
179 B
Python
10 lines
179 B
Python
|
"""
|
||
|
温馨提示: 这里都是用来让 rust 接管的, 所以不用想别的了
|
||
|
"""
|
||
|
|
||
|
from .Difficult_Rocket_rs import render_hack
|
||
|
|
||
|
|
||
|
def render_hack_init(x, y):
|
||
|
render_hack()
|