5 lines
84 B
Python
5 lines
84 B
Python
from worker import SomeService
|
|
|
|
if __name__ == '__main__':
|
|
SomeService().fail()
|