mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-05 22:23:31 +00:00
9 lines
105 B
Python
9 lines
105 B
Python
|
|
|
|
class TestData(object):
|
|
|
|
def __init__(self):
|
|
self.test_name = None
|
|
|
|
test_data = TestData()
|