mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-08 16:53:28 +03:00
7 lines
190 B
Python
7 lines
190 B
Python
# -*- coding: utf-8 -*-
|
|
|
|
def get_default_graph_path():
|
|
import os
|
|
script_dir = os.path.dirname(os.path.abspath(__file__))
|
|
return os.path.join(script_dir, 'data', 'optimized_nazoru.pb')
|