mirror of
https://github.com/vale981/jobmanager
synced 2025-03-06 02:11:39 -05:00
7 lines
154 B
Python
7 lines
154 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from my_jobmanager_classes import FitFunc_Client
|
|
|
|
fitfunc_client = FitFunc_Client()
|
|
fitfunc_client.start()
|