UserPreferences

C2.py


  1 
  2 
  3 
  4 
  5 
  6 
  7 
  8 
  9 

# C2.py 
import A as D
from B import *

print D.a
print D.aa
print b
print bb