First working solution of new task
This commit is contained in:
9
Project-02-03-04-05/cfa/__init__.py
Normal file
9
Project-02-03-04-05/cfa/__init__.py
Normal file
@@ -0,0 +1,9 @@
|
||||
from .live_variables import LiveVariablesAnalysis, Var
|
||||
from .reached_uses import ReachedUsesAnalysis, UseFact
|
||||
|
||||
__all__ = [
|
||||
"Var",
|
||||
"UseFact",
|
||||
"LiveVariablesAnalysis",
|
||||
"ReachedUsesAnalysis",
|
||||
]
|
||||
Reference in New Issue
Block a user