Skip to content

Commit

Permalink
Minor adjustments to module type annotations, docstrings/docs, and fo…
Browse files Browse the repository at this point in the history
…rmatting.
  • Loading branch information
lapets committed Apr 26, 2022
1 parent 8a934f9 commit ef1562f
Show file tree
Hide file tree
Showing 3 changed files with 103 additions and 88 deletions.
2 changes: 1 addition & 1 deletion circuitry/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""Allow users to access circuitry symbols directly."""
"""Gives users direct access to classes, functions, and decorator."""
from circuitry.circuitry import\
bit, constant, input, input_one, input_two, output,\
bits, constants, inputs, outputs,\
Expand Down

0 comments on commit ef1562f

Please sign in to comment.