6 lines
77 B
Python
6 lines
77 B
Python
|
from appy.gen import *
|
||
|
|
||
|
class Radio:
|
||
|
abstract = True
|
||
|
name = String()
|