mirror of
https://github.com/SpecterOps/Nemesis
synced 2026-06-08 12:36:42 +00:00
8 lines
101 B
Python
8 lines
101 B
Python
# 3rd Party Libraries
|
|
import pytest
|
|
|
|
|
|
@pytest.mark.asyncio
|
|
async def test_dotnet() -> None:
|
|
pass
|