6 lines
110 B
Python
Executable file
6 lines
110 B
Python
Executable file
#!/usr/bin/env python3
|
|
|
|
from unrenapk import application
|
|
|
|
if __name__ == '__main__':
|
|
application.launch()
|