Skip to content

Commit

Permalink
feat: add src/netius/adapters/null.pyi
Browse files Browse the repository at this point in the history
  • Loading branch information
hugo-gomes committed Dec 21, 2023
1 parent 290c44b commit d6663c9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/netius/adapters/null.pyi
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
import netius.adapters.base
import netius.adapters.base as base

class NullAdapter(netius.adapters.base.BaseAdapter): ...

0 comments on commit d6663c9

Please sign in to comment.