Files
mind-reader/src/mind_reader/__main__.py
T

5 lines
72 B
Python

from mind_reader.app import main
if __name__ == "__main__":
main()