4 lines
103 B
Python
4 lines
103 B
Python
|
from pymodaq.resources.setup_plugin import setup
|
||
|
from pathlib import Path
|
||
|
|
||
|
setup(Path(__file__).parent)
|