Files
pyfa/eos/__init__.py
2017-02-07 19:07:22 -05:00

9 lines
166 B
Python

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