Skip to content

Commit

Permalink
Converted the optika.sensors module to a package.
Browse files Browse the repository at this point in the history
  • Loading branch information
byrdie committed Jan 10, 2024
1 parent f6b14d9 commit 7f6ae13
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions optika/sensors/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from ._sensors import *
2 changes: 2 additions & 0 deletions optika/sensors.py → optika/sensors/_sensors.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
import optika

__all__ = [
"energy_bandgap",
"energy_electron_hole",
"quantum_yield_ideal",
"quantum_efficiency_effective",
"AbstractImagingSensor",
Expand Down
Empty file.
File renamed without changes.

0 comments on commit 7f6ae13

Please sign in to comment.