mirror of
https://github.com/github/codeql.git
synced 2025-12-19 02:13:17 +01:00
10 lines
113 B
Python
10 lines
113 B
Python
from __future__ import absolute_import
|
|
from assistant import e
|
|
import sys
|
|
|
|
d = 4
|
|
|
|
g = 7
|
|
|
|
|
|
from . import assistant |