7 lines
152 B
Python
7 lines
152 B
Python
"""Compatibility process launcher for the native browser gateway."""
|
|
|
|
from browser_gateway.server.http import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|