chore: initial commit

This commit is contained in:
J. Nick Koston
2022-09-09 08:37:05 -05:00
commit 169581f691
41 changed files with 1698 additions and 0 deletions

5
tests/test_main.py Normal file
View File

@@ -0,0 +1,5 @@
from dbus_fast.main import add
def test_add():
assert add(1, 1) == 2