diff options
Diffstat (limited to 'lib/cli.py')
| -rw-r--r-- | lib/cli.py | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ #!/usr/bin/env python3 -from dfatool.functions import SplitFunction, AnalyticFunction, StaticFunction +from dfatool.functions import ( + SplitFunction, + AnalyticFunction, + StaticFunction, + FOLFunction, +) def print_static(model, static_model, name, attribute): |
