Skip to content

Commit

Permalink
modify deeprobust/__init__.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ChandlerBang committed Feb 25, 2020
1 parent f0913d5 commit bd6b94a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions deeprobust/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
import logging
from deeprobust import image
from deeprobust import graph

__all__ = ['image', 'graph']
logging.basicConfig(filename = "test.log", filemode = "w")
logging.info('import image')
logging.info('import graph')
# from deeprobust import image
# from deeprobust import graph
#
# __all__ = ['image', 'graph']

0 comments on commit bd6b94a

Please sign in to comment.