Skip to content

Commit

Permalink
Merge pull request #75 from WeiqiZhang1999/main
Browse files Browse the repository at this point in the history
Refactoring
MGMCN authored Mar 7, 2024
2 parents c3ac579 + 6fc8c3a commit c74247d
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions main.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from config import Config
from app import App
from app.config import Config
from app.app import App
from flask import send_from_directory

app = App(__name__)

0 comments on commit c74247d

Please sign in to comment.