5 lines
74 B
Python
5 lines
74 B
Python
|
from .module import SwapModule
|
||
|
|
||
|
|
||
|
def get_module():
|
||
|
return SwapModule()
|