6 lines
68 B
Python
6 lines
68 B
Python
from .application import run
|
|
|
|
|
|
if __name__ == "__main__":
|
|
run()
|