Skip to content
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.

Commit

Permalink
Moving main.py to outside of src/ directory, and changing main import…
Browse files Browse the repository at this point in the history
…s to fix any import errors
  • Loading branch information
CVilla17 authored Sep 23, 2022
1 parent 6ee3df3 commit b9c2255
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main.py → main.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
import requests

import ascii_art
import parse
import create
from create import error_list
import upload as upload
import src.parse as parse
import src.create as create
from src.create import error_list
import src.upload as upload


###
Expand Down

0 comments on commit b9c2255

Please sign in to comment.