Skip to content

Commit

Permalink
Merge pull request #5 from VyperCore/add-common-imports-to-init
Browse files Browse the repository at this point in the history
add common imports to init
  • Loading branch information
Alldred authored Nov 17, 2023
2 parents 1a7f37c + c50c19a commit 85674dc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fcov/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
from .context import CoverageContext
from .sampler import Sampler
from .covergroup import Covergroup
from .coverpoint import Coverpoint

assert all((CoverageContext, Sampler, Covergroup, Coverpoint))

0 comments on commit 85674dc

Please sign in to comment.