mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-15 15:15:49 +01:00
6 lines
91 B
Python
6 lines
91 B
Python
from main import init
|
|
|
|
|
|
class TestMain:
|
|
def test_should_run_init(self):
|
|
init()
|