Skip to content

Commit

Permalink
Typing 😭😭😭
Browse files Browse the repository at this point in the history
  • Loading branch information
tomlin7 committed Sep 23, 2023
1 parent 2a6c132 commit 58a5ef2
Show file tree
Hide file tree
Showing 143 changed files with 1,352 additions and 1,077 deletions.
2 changes: 1 addition & 1 deletion biscuit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@
sys.path.append(abspath(join(dirname(__file__), '.')))


from .app import App
from .core import App
2 changes: 1 addition & 1 deletion biscuit/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
except:
pass

from biscuit.app import App
from biscuit.core import App

dir = None
if len(sys.argv) >= 2:
Expand Down
326 changes: 0 additions & 326 deletions biscuit/app.py

This file was deleted.

Loading

0 comments on commit 58a5ef2

Please sign in to comment.