コード例 #1
0
ファイル: main.py プロジェクト: devalvora20/cloudRepo
from child import Child 
c1=Child()
print("Inside Main")
c1.baseMethod()