From 403924ad3727ae8eea3fc2720897cddf37541ad6 Mon Sep 17 00:00:00 2001 From: SowinskiBraeden Date: Mon, 16 Mar 2026 12:10:51 -0700 Subject: [PATCH] nearly forgot me shebang lines --- app.py | 1 + stats.py | 1 + storage.py | 1 + 3 files changed, 3 insertions(+) diff --git a/app.py b/app.py index 166f7d6..ab26887 100644 --- a/app.py +++ b/app.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 from __future__ import annotations import os diff --git a/stats.py b/stats.py index 8235c04..db88e80 100644 --- a/stats.py +++ b/stats.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 from __future__ import annotations from collections import defaultdict diff --git a/storage.py b/storage.py index 478fe21..b696604 100644 --- a/storage.py +++ b/storage.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python3 from __future__ import annotations import csv