mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-06-04 06:52:25 +00:00
7 lines
91 B
Python
7 lines
91 B
Python
from main import init
|
|
|
|
|
|
class TestMain:
|
|
def test_should_run_init(self):
|
|
init()
|