Skip to content

Commit

Permalink
ppb: Work around circular import dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
nbraud committed May 28, 2019
1 parent 4bf9b54 commit a787ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ppb/__init__.py
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import logging
from typing import Callable

from ppb_vector import Vector
from ppb.engine import GameEngine
from ppb.scenes import BaseScene
from ppb.sprites import BaseSprite
from ppb_vector import Vector

__all__ = (
# Shortcuts
Expand Down

0 comments on commit a787ab7

Please sign in to comment.