mirror of
https://github.com/geohot/qira
synced 2025-03-13 10:33:30 +03:00
9 lines
145 B
Python
9 lines
145 B
Python
import sys
|
|
sys.path.append("static2/")
|
|
import static2
|
|
|
|
def test():
|
|
static = static2.Static('qira_tests/bin/loop', debug=1)
|
|
static.process()
|
|
|