Skip to content

Instantly share code, notes, and snippets.

@Averroes
Created April 10, 2015 17:00
Show Gist options
  • Select an option

  • Save Averroes/8ad1f08a86a160ad2afd to your computer and use it in GitHub Desktop.

Select an option

Save Averroes/8ad1f08a86a160ad2afd to your computer and use it in GitHub Desktop.
splitting a module into multiple files
import mymodule
a = mymodule.A()
a.spam()
b = mymodule.B()
b.bar()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment