more stuff
This commit is contained in:
4
views/__init__.py
Normal file
4
views/__init__.py
Normal file
@@ -0,0 +1,4 @@
|
||||
from .active_view import ActiveView
|
||||
from .inactive_view import InactiveView
|
||||
|
||||
__all__ = ['ActiveView', 'InactiveView']
|
||||
Reference in New Issue
Block a user