From b12c97653c2ee004292b0fdfd770a2c59451854b Mon Sep 17 00:00:00 2001 From: Aineopintojen-harjoitustyo-Algoritmit-j Date: Sat, 13 Jan 2024 21:01:55 +0200 Subject: Linting rest of the files and adding pylint to GHA. --- __main__.py | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 __main__.py (limited to '__main__.py') diff --git a/__main__.py b/__main__.py new file mode 100644 index 0000000..0eceaa0 --- /dev/null +++ b/__main__.py @@ -0,0 +1,5 @@ +""" __main__.py - Tästä suoritus alkaa """ +from app import App + +app = App() +app.run() -- cgit v1.2.3