Skip to content

Commit

Permalink
chore(__init__): declare functions for outside
Browse files Browse the repository at this point in the history
  • Loading branch information
breakthewall committed Jul 9, 2024
1 parent 93b3b85 commit 827bd6c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions icfree/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
from icfree.instructor import main as instructor
from icfree.sampler import main as sampler
from icfree.plate_designer import main as plate_designer

__all__ = ['instructor', 'sampler', 'plate_designer']

0 comments on commit 827bd6c

Please sign in to comment.