mirror of
https://github.com/saymrwulf/transformers.git
synced 2026-05-14 20:58:08 +00:00
5 lines
87 B
Python
5 lines
87 B
Python
import os
|
|
import sys
|
|
|
|
|
|
sys.path.insert(1, os.path.dirname(os.path.realpath(__file__)))
|