5 lines
87 B
Python
5 lines
87 B
Python
from __future__ import unicode_literals
|
|
|
|
def setup(company=None, patch=True):
|
|
pass
|