mirror of
https://git.anonymousland.org/anonymousland/synapse-captcha.git
synced 2025-02-12 02:31:21 -05:00
8 lines
149 B
Python
8 lines
149 B
Python
![]() |
import os
|
||
|
import sys
|
||
|
|
||
|
sys.path.insert(0,
|
||
|
os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))
|
||
|
|
||
|
import matrix_registration
|