Skip to content

Commit

Permalink
Add compact import (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinateruzzi authored Mar 23, 2021
1 parent 00c79ac commit aec3b84
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions grape/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ def get_current_year():
__maintainer__ = __author__
__status__ = "Alpha"

from .general_graph import GeneralGraph
from .parallel_general_graph import ParallelGeneralGraph
from .fault_diagnosis import FaultDiagnosis
from grape.general_graph import GeneralGraph
from grape.parallel_general_graph import ParallelGeneralGraph
from grape.fault_diagnosis import FaultDiagnosis

0 comments on commit aec3b84

Please sign in to comment.