This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
troebs
/
PyCS
Vigiar
1
Colocar Estrela
1
Fork
1
Ficheiros
Árvore:
cfd53464a5
Ramos
Etiquetas
master
v0.1
PyCS
/
pycs
/
util
/
GenericWrapper.py
GenericWrapper.py
85 B
Histórico
Em bruto
1
2
3
class GenericWrapper:
def __init__(self, value=None):
self.value = value