Skip to content

Commit

Permalink
[FIX] the __main__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HenraL committed Apr 3, 2024
1 parent d6e597a commit b29d856
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pet_lang/__main__.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from .pet_lang import AskQuestion
from .pet_lang import PetLang

if __name__ == "__main__":
AQI = AskQuestion({}, "")
AQI = PetLang({}, "")
answer = AQI.ask_question("How old are you?", "uint")
ADD_S = ""
if answer > 1:
Expand Down

0 comments on commit b29d856

Please sign in to comment.