mirror of
https://github.com/github/codeql.git
synced 2026-02-24 02:43:40 +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 |