| Total Complexity | 1 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Coverage | 40% |
| Changes | 0 | ||
| 1 | 1 | from pystratum_cli.application.StratumApplication import StratumApplication |
|
| 2 | |||
| 3 | |||
| 4 | 1 | def main() -> int: |
|
| 5 | application = StratumApplication() |
||
| 6 | ret = application.run() |
||
| 7 | |||
| 8 | return ret |
||
| 9 |