mirror of
https://github.com/vale981/jobmanager
synced 2025-03-05 18:01:38 -05:00
8 lines
186 B
Python
8 lines
186 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
|
|
from my_jobmanager_classes import FitFunc_Server_from_args
|
|
|
|
with FitFunc_Server_from_args() as fitfunc_server:
|
|
fitfunc_server.start()
|