from giants.entity import Entity class Projectile(Entity): def __init__(self): super().__init__()