5 lines
93 B
Python
5 lines
93 B
Python
#!/usr/bin/env python3
|
|
from ren_browser.app import run
|
|
|
|
if __name__ == "__main__":
|
|
run() |