5 lines
74 B
Python
5 lines
74 B
Python
from bridge import bridge as b
|
|
from bridge.hooks import *
|
|
|
|
b.run_bridge()
|