This website requires JavaScript.
Explore
Help
Sign In
p20319658
/
monkey
forked from
p34709852/monkey
Watch
1
Star
0
Fork
You've already forked monkey
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
8f9289517f
monkey
/
envs
/
monkey_zoo
/
blackbox
/
tests
/
basic_test.py
8 lines
95 B
Python
Raw
Blame
History
import
abc
class
BasicTest
(
abc
.
ABC
)
:
@abc.abstractmethod
def
run
(
self
)
:
pass
Reference in New Issue
View Git Blame
Copy Permalink