Files
2025-11-13 09:46:26 -06:00

7 lines
95 B
Python

#!/usr/bin/env python3
from rns_flet_app.app import run
if __name__ == "__main__":
run()