toxygen/toxygen/common/tox_save.py
2018-05-10 20:47:34 +03:00

10 lines
124 B
Python

class ToxSave:
def __init__(self, tox):
self._tox = tox
def set_tox(self, tox):
self._tox = tox