mirror of
https://github.com/google/mozc-devices.git
synced 2025-11-09 01:03:26 +03:00
Add nazoru-input in mozc-nazoru/
This commit is contained in:
6
mozc-nazoru/src/nazoru/__init__.py
Normal file
6
mozc-nazoru/src/nazoru/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
# -*- 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')
|
||||
Reference in New Issue
Block a user