7 lines
142 B
Python
7 lines
142 B
Python
|
from src.app import run_test_monitor
|
||
|
from src.config import test_config
|
||
|
|
||
|
|
||
|
if __name__ == "__main__":
|
||
|
run_test_monitor(config=test_config)
|