8 lines
No EOL
172 B
Python
8 lines
No EOL
172 B
Python
from openflexure_microscope.stage.sangaboard import Sangaboard
|
|
|
|
import logging
|
|
import sys
|
|
|
|
logging.basicConfig(stream=sys.stdout, level=logging.DEBUG)
|
|
|
|
stage = Sangaboard() |