package importing (and exporting) module
- init.py
Put import (and thus re-export) in init.py
def add(x, y):
return x+y
import mymath.calc
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
Put import (and thus re-export) in init.py
def add(x, y):
return x+y
import mymath.calc