@@ -0,0 +1,10 @@
from app.database import init_database
from app.ui.main_window import FinanceApp
def main() -> None:
init_database()
app = FinanceApp()
app.mainloop()
if __name__ == "__main__":
main()
The note is not visible to the blocked user.