6 lines
88 B
Python
6 lines
88 B
Python
from interface import launch_interface
|
|
|
|
|
|
|
|
if __name__ == "__main__":
|
|
launch_interface() |