예제 #1
0
#!/usr/bin/env python3
# -*- coding: utf-8 -*-

from Card import Card

c = Card(1,2)

c.paintCard()