Skip to content

Instantly share code, notes, and snippets.

@skimbrel
Created November 15, 2013 21:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save skimbrel/7491617 to your computer and use it in GitHub Desktop.
Save skimbrel/7491617 to your computer and use it in GitHub Desktop.
from foo import (bar,
baz,
quux
)
# or
from foo import bar
from foo import baz
from foo import quux
@irskep
Copy link

irskep commented Nov 15, 2013

from gwlib.db import (
    FameArea,
    ObjectType,
    PlaySession,
    WorldTile,
)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment