We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8dcac6 commit 4718862Copy full SHA for 4718862
lips/__init__.py
@@ -18,6 +18,7 @@
18
19
from syngular import Field # noqa
20
21
+from .version import __version__ # noqa
22
from .particle import Particle # noqa
23
from .particles import Particles # noqa
24
from .tools import myException, ldot, flatten # noqa
0 commit comments