package related stuff

This commit is contained in:
2019-09-18 17:46:02 +02:00
parent c74e54e1ee
commit 6a8c800b0b
6 changed files with 692 additions and 8 deletions

View File

@@ -1,11 +1,6 @@
print(__name__)
print(__package__)
__package__ = "fishbook"
from fishbook.fishbook import Dataset
#from .database.database import *
#from .fishbook import Cell, Dataset
#schema = dj.schema("fish_book", locals())
from IPython import embed
class BaselineData(object):

2
fishbook/version.py Normal file
View File

@@ -0,0 +1,2 @@
__version__='0.1'
__year__ = '2019'