6 lines
140 B
Python
6 lines
140 B
Python
#!/usr/bin/env python3
|
|
# -*- coding: utf-8 -*-
|
|
|
|
from NucelarMonitor import NucelarMonitor
|
|
|
|
nucelar_monitor:NucelarMonitor = NucelarMonitor() |