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

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ninthy committed Oct 7, 2021
1 parent 2164fc9 commit 40aec22
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions index.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .lib.diziroll import DiziRoll as dr
from lib.diziroll import DiziRoll as dr
from PyInquirer import prompt, print_json
from .lib.questions import Questions as q
from lib.questions import Questions as q
from os import path
import os
from colorama import init, Fore, Back
Expand Down
Binary file added lib/__pycache__/diziroll.cpython-39.pyc
Binary file not shown.
Binary file added lib/__pycache__/questions.cpython-39.pyc
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/questions.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from diziroll import DiziRoll as dr
from .diziroll import DiziRoll as dr

class Questions:
go_back = "⬅ Geri Git"
Expand Down

0 comments on commit 40aec22

Please sign in to comment.