mirror of
https://github.com/n64decomp/mk64
synced 2026-08-30 16:59:36 -04:00
4 lines
67 B
Python
4 lines
67 B
Python
import sys
|
|
sys.path.append('tools')
|
|
import fast64
|
|
fast64.register() |