@@ -0,0 +1,12 @@
# main.py
# -*- coding: utf-8 -*-
import customtkinter as ctk
from ui import NovelGeneratorGUI
def main():
app = ctk.CTk()
gui = NovelGeneratorGUI(app)
app.mainloop()
if __name__ == "__main__":
main()
The note is not visible to the blocked user.