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