Files
FastAnime/fastanime/gui/__init__.py

6 lines
66 B
Python

from .app import FastAnime
def run_gui():
FastAnime().run()