Files
pyfa/eos/__init__.py
2016-10-19 11:46:26 -07:00

9 lines
174 B
Python

version = "0.2.3"
tag = "git"
def test():
import tests.runTests
import unittest
unittest.main(defaultTest="discover", testLoader=tests.runTests.loader)