Files
pyfa/eos/__init__.py
2014-07-30 21:23:27 -04:00

8 lines
172 B
Python

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