meeting_memory/main.py

6 lines
76 B
Python

from meeting_memory.cli import main
if __name__ == "__main__":
main()