buzz/main_test.py
2022-10-12 07:04:42 +01:00

6 lines
91 B
Python

from main import init
class TestMain:
def test_should_run_init(self):
init()