6 lines
90 B
Python
6 lines
90 B
Python
from osu_dreamer_gui import main
|
|
|
|
|
|
if __name__ in {'__main__', '__mp_main__'}:
|
|
main()
|