7 lines
95 B
Python
7 lines
95 B
Python
#!/usr/bin/env python3
|
|
|
|
from rns_flet_app.app import run
|
|
|
|
if __name__ == "__main__":
|
|
run()
|