__init__.py 84 B

12345
  1. import os
  2. import sys
  3. sys.path.append(os.path.dirname(__file__))
  4. import transformers