File size: 114 Bytes
a33a001
 
 
 
 
 
1
2
3
4
5
6
"""Main entry point for the NER annotation tool."""

from .app import main

if __name__ == "__main__":
    main()