pyedf/main.py

5 lines
62 B
Python
Raw Normal View History

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