Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
Fix import errors
  • Loading branch information
alstr authored Nov 5, 2024
1 parent 4b44510 commit efb8b98
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
import operator
from collections import defaultdict

from Client import Client
from GitHubClient import GitHubClient
from LineStatus import LineStatus
from LocalClient import LocalClient
from TodoParser import TodoParser

if __name__ == "__main__":
client: Client | None = None
Expand Down

0 comments on commit efb8b98

Please sign in to comment.