Martin Diehl 2018-07-11 05:12:49 +02:00
parent 6ed1e31699
commit 28414490c8
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ import os
with open(os.path.join(os.path.dirname(__file__),'../../VERSION')) as f:
version = f.readline()[:-1]
name = 'damask'
from .environment import Environment # noqa
from .asciitable import ASCIItable # noqa