diff --git a/sources/Characters.py b/sources/Characters.py index 4ee62bc..ee66d45 100644 --- a/sources/Characters.py +++ b/sources/Characters.py @@ -1,8 +1,4 @@ -""" Text adventure game - @insta = @lakshaytalkstocomputer - @year = 2018 -""" -__author__ = "lakshaytalkstocomputer" + import items @@ -23,4 +19,4 @@ def __init__(self): items.CrustyBread(), items.CrustyBread(), items.HealingPotion(), - items.HealingPotion()] \ No newline at end of file + items.HealingPotion()]