pyedf/main.py

4 lines
62 B
Python

from pyedf import main
if __name__ == "__main__":
main()