mirror of
https://github.com/Benexl/FastAnime.git
synced 2025-12-28 13:43:28 -08:00
6 lines
66 B
Python
6 lines
66 B
Python
from .app import FastAnime
|
|
|
|
|
|
def run_gui():
|
|
FastAnime().run()
|