t279.py 85 B

123456
  1. from t279_sub import wee, blorp
  2. wee()
  3. blorp()
  4. from t279_sub import waa as woo
  5. woo()