rltorch/tests/test.py

6 lines
96 B
Python

import rltorch
import unittest
class Test(unittest.TestCase):
def test(self):
pass