merge template updates and refill vars

This commit is contained in:
pacrob
2024-02-19 14:44:45 -07:00
30 changed files with 773 additions and 475 deletions

View File

View File

@ -1,2 +0,0 @@
def test_import():
import libp2p # noqa: F401

View File

@ -0,0 +1,4 @@
def test_import_and_version():
import libp2p
assert isinstance(libp2p.__version__, str)