witten
/
luminotes
Archived
1
0
Fork 0
This repository has been archived on 2023-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
luminotes/controller/test/Stub_view.py

9 lines
146 B
Python

class Stub_view( object ):
result = None
def __init__( self, **kwargs ):
Stub_view.result = kwargs
def __str__( self ):
return ""